summaryrefslogtreecommitdiff
path: root/security/pam-af/patches/patch-ab
blob: 148385d1e8b0802cc48562ae1538024f5bc1353c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>