summaryrefslogtreecommitdiff
path: root/net/nss-pam-ldapd/files/patch-nss__shadow.c
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2009-08-14 01:46:44 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2009-08-14 01:46:44 +0000
commit1e8839e521a8685890858271f59da53554340ae8 (patch)
treef694184cfb4b93752b8ae55a789e53698c7901b8 /net/nss-pam-ldapd/files/patch-nss__shadow.c
parent- Drop scintilla support, as scintilla no longer supports gtk12 (diff)
Advanced fork of nss_ldap module with standalone daemon.
PR: 137349 Submitted by: melifaro@ipfw.ru
Diffstat (limited to 'net/nss-pam-ldapd/files/patch-nss__shadow.c')
-rw-r--r--net/nss-pam-ldapd/files/patch-nss__shadow.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/nss-pam-ldapd/files/patch-nss__shadow.c b/net/nss-pam-ldapd/files/patch-nss__shadow.c
new file mode 100644
index 000000000000..9212ca6d4518
--- /dev/null
+++ b/net/nss-pam-ldapd/files/patch-nss__shadow.c
@@ -0,0 +1,17 @@
+--- ./nss/shadow.c.orig 2009-05-29 21:23:03.000000000 +0000
++++ ./nss/shadow.c 2009-08-02 22:32:27.000000000 +0000
+@@ -22,6 +22,7 @@
+
+ #include "config.h"
+
++#ifdef HAVE_SHADOW_H
+ #include <string.h>
+ #include <nss.h>
+ #include <errno.h>
+@@ -73,3 +74,6 @@
+ {
+ NSS_ENDENT(spentfp);
+ }
++
++#endif
++