diff options
Diffstat (limited to 'news/nntpcache/patches/patch-af')
-rw-r--r-- | news/nntpcache/patches/patch-af | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/news/nntpcache/patches/patch-af b/news/nntpcache/patches/patch-af new file mode 100644 index 00000000000..a481a8371eb --- /dev/null +++ b/news/nntpcache/patches/patch-af @@ -0,0 +1,17 @@ +$NetBSD: patch-af,v 1.1 2006/10/17 20:28:01 schwarz Exp $ + +--- src/authinfo_pam.c.orig 2006-10-17 21:35:15.000000000 +0200 ++++ src/authinfo_pam.c 2006-10-17 21:35:57.000000000 +0200 +@@ -15,7 +15,11 @@ + #include "authinfo.h" + #include "authinfo_pam.h" + +-#include <security/pam_appl.h> ++#ifdef __APPLE__ ++# include <pam/pam_appl.h> ++#else ++# include <security/pam_appl.h> ++#endif + #ifdef __Linux__ + # include <security/pam_misc.h> + #endif |