diff options
Diffstat (limited to 'news/nntpcache/files/patch-src-authinfo_pam.c')
-rw-r--r-- | news/nntpcache/files/patch-src-authinfo_pam.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nntpcache/files/patch-src-authinfo_pam.c b/news/nntpcache/files/patch-src-authinfo_pam.c new file mode 100644 index 000000000000..0c71400c31f8 --- /dev/null +++ b/news/nntpcache/files/patch-src-authinfo_pam.c @@ -0,0 +1,12 @@ +--- src/authinfo_pam.c.orig Sun Jun 11 14:32:55 2000 ++++ src/authinfo_pam.c Wed Sep 26 11:27:09 2001 +@@ -15,7 +15,9 @@ + #include "authinfo_pam.h" + + #include <security/pam_appl.h> ++#ifndef __FreeBSD__ + #include <security/pam_misc.h> ++#endif + + /* + * pam authenticator. |