ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/net/nss_ldapd/files/patch-nss__shadow.c
Revision: 101
Committed: 2009-08-22T17:48:38-07:00 (15 years, 10 months ago) by douglas
Content type: text/x-diff
File size: 299 byte(s)
Log Message:
Pull in net/nss_ldapd before fixing its rc.d script.

File Contents

# Content
1 --- ./nss/shadow.c.orig 2009-05-29 21:23:03.000000000 +0000
2 +++ ./nss/shadow.c 2009-08-02 22:32:27.000000000 +0000
3 @@ -22,6 +22,7 @@
4
5 #include "config.h"
6
7 +#ifdef HAVE_SHADOW_H
8 #include <string.h>
9 #include <nss.h>
10 #include <errno.h>
11 @@ -73,3 +74,6 @@
12 {
13 NSS_ENDENT(spentfp);
14 }
15 +
16 +#endif
17 +

Properties

Name Value
svn:mime-type text/x-diff