]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/blob - apache-mod_auth_pam-missing_constant.patch
- fixed apxs-based linking
[packages/apache-mod_auth_pam.git] / apache-mod_auth_pam-missing_constant.patch
1 --- mod_auth_pam2.c     2004-08-28 00:30:23.966116280 +0200
2 +++ mod_auth_pam2.c     2004-08-28 00:30:28.804380752 +0200
3 @@ -161,6 +161,8 @@
4      char *name, *pw;
5  }      auth_pam_userinfo;
6  
7 +static const char *pam_servicename = "httpd";
8 +
9  /*
10   * Solaris 2.6.x has a broken conversation function and needs this
11   * as a global variable
This page took 0.062745 seconds and 3 git commands to generate.