]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/commitdiff
- add missing const char*pam_servicename="httpd"
authorradek <radek@pld-linux.org>
Fri, 27 Aug 2004 22:43:41 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_pam-missing_constant.patch -> 1.1

apache-mod_auth_pam-missing_constant.patch [new file with mode: 0644]

diff --git a/apache-mod_auth_pam-missing_constant.patch b/apache-mod_auth_pam-missing_constant.patch
new file mode 100644 (file)
index 0000000..21d27ff
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_auth_pam2.c    2004-08-28 00:30:23.966116280 +0200
++++ mod_auth_pam2.c    2004-08-28 00:30:28.804380752 +0200
+@@ -161,6 +161,8 @@
+     char *name, *pw;
+ }      auth_pam_userinfo;
++static const char *pam_servicename = "httpd";
++
+ /*
+  * Solaris 2.6.x has a broken conversation function and needs this
+  * as a global variable
This page took 0.078294 seconds and 4 git commands to generate.