diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-24 07:34:12 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-24 07:34:12 +0800 |
commit | 1388059084b1eff117b27a78343209769002896f (patch) | |
tree | f8dda3d794f4f25f16aa87b4bf5f7cf7e948409c /net/nss-pam-ldapd | |
parent | 170a2d6c6ed23b7482923215fa6dfa010f81c439 (diff) | |
download | freebsd-ports-gnome-1388059084b1eff117b27a78343209769002896f.tar.gz freebsd-ports-gnome-1388059084b1eff117b27a78343209769002896f.tar.zst freebsd-ports-gnome-1388059084b1eff117b27a78343209769002896f.zip |
- drop unnecessary patch (per software author)
PR: 175462
Submitted by: jgh@
Diffstat (limited to 'net/nss-pam-ldapd')
-rw-r--r-- | net/nss-pam-ldapd/files/patch-nss__prototypes.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/nss-pam-ldapd/files/patch-nss__prototypes.h b/net/nss-pam-ldapd/files/patch-nss__prototypes.h deleted file mode 100644 index b87d5af5e305..000000000000 --- a/net/nss-pam-ldapd/files/patch-nss__prototypes.h +++ /dev/null @@ -1,16 +0,0 @@ ---- nss/prototypes.h.orig 2011-03-09 13:39:24.000000000 -0900 -+++ nss/prototypes.h 2012-02-29 17:15:19.000000000 -0900 -@@ -125,11 +125,13 @@ - nss_status_t _nss_ldap_getservent_r(struct servent *result,char *buffer,size_t buflen,int *errnop); - nss_status_t _nss_ldap_endservent(void); - -+#ifdef HAVE_SHADOW_H - /* shadow - extended user information */ - nss_status_t _nss_ldap_getspnam_r(const char *name,struct spwd *result,char *buffer,size_t buflen,int *errnop); - nss_status_t _nss_ldap_setspent(int stayopen); - nss_status_t _nss_ldap_getspent_r(struct spwd *result,char *buffer,size_t buflen,int *errnop); - nss_status_t _nss_ldap_endspent(void); -+#endif - - #endif /* NSS_FLAVOUR_GLIBC */ - |