diff options
Diffstat (limited to 'security/pam-af/patches/patch-ab')
-rw-r--r-- | security/pam-af/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/pam-af/patches/patch-ab b/security/pam-af/patches/patch-ab new file mode 100644 index 00000000000..148385d1e8b --- /dev/null +++ b/security/pam-af/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2008/06/01 08:09:38 obache Exp $ + +--- pam_af.c.orig 2006-11-07 00:05:53.000000000 +0000 ++++ pam_af.c +@@ -41,6 +41,9 @@ + #include <fcntl.h> + #include <time.h> + #include <syslog.h> ++#ifndef LOG_AUTHPRIV ++#define LOG_AUTHPRIV LOG_AUTH ++#endif + #include <assert.h> + #include <ndbm.h> + |