freebsd-ports/net/nss-pam-ldapd/files/patch-nss__shadow.c
Philip M. Gollucci 31ad39e96b * Update to 0.7.1
* Add pam module option

PR:             ports/141822
Submitted by:   "Alexander V. Chernikov" <melifaro@ipfw.ru> (maintainer)
2010-01-09 22:45:55 +00:00

17 lines
295 B
C

--- 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
+