]> git.pld-linux.org Git - packages/cvs-nserver.git/commitdiff
- removed #include <security/pam_filter.h> - now cvs-nserver compiles
authorkloczek <kloczek@pld-linux.org>
Wed, 13 Sep 2000 22:22:46 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  correctly.

Changed files:
    cvs-nserver-PAM_fix.patch -> 1.1

cvs-nserver-PAM_fix.patch [new file with mode: 0644]

diff --git a/cvs-nserver-PAM_fix.patch b/cvs-nserver-PAM_fix.patch
new file mode 100644 (file)
index 0000000..940cd73
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru cvs-nserver-1.10.8.3/checkpassword/log_pam.c cvs-nserver-1.10.8.3.new/checkpassword/log_pam.c
+--- cvs-nserver-1.10.8.3/checkpassword/log_pam.c       Sun May 21 18:14:31 2000
++++ cvs-nserver-1.10.8.3.new/checkpassword/log_pam.c   Wed Sep 13 23:18:24 2000
+@@ -23,7 +23,7 @@
+ #include <security/pam_misc.h>
+ #include <security/pam_appl.h>
+ #include <security/pam_modules.h>
+-#include <security/pam_filter.h>
++
+ /* Static variables used to communicate between the conversation function
+  * and the server_login function
+  */
This page took 0.04408 seconds and 4 git commands to generate.