aboutsummaryrefslogtreecommitdiff
path: root/net/nss-pam-ldapd/files/patch-nss_ldap.map
diff options
context:
space:
mode:
Diffstat (limited to 'net/nss-pam-ldapd/files/patch-nss_ldap.map')
-rw-r--r--net/nss-pam-ldapd/files/patch-nss_ldap.map30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/nss-pam-ldapd/files/patch-nss_ldap.map b/net/nss-pam-ldapd/files/patch-nss_ldap.map
deleted file mode 100644
index ecc7e438270a..000000000000
--- a/net/nss-pam-ldapd/files/patch-nss_ldap.map
+++ /dev/null
@@ -1,30 +0,0 @@
---- ./nss/nss_ldap.map.orig 2010-09-24 07:07:18.000000000 +0000
-+++ ./nss/nss_ldap.map 2010-12-16 13:13:25.000000000 +0000
-@@ -81,6 +78,27 @@
- _nss_ldap_getspent_r;
- _nss_ldap_endspent;
-
-+ # compat 4 bsd
-+ __nss_compat_getgrnam_r;
-+ __nss_compat_getgrgid_r;
-+ __nss_compat_getgrent_r;
-+ __nss_compat_setgrent;
-+ __nss_compat_endgrent;
-+
-+ __nss_compat_getpwnam_r;
-+ __nss_compat_getpwuid_r;
-+ __nss_compat_getpwent_r;
-+ __nss_compat_setpwent;
-+ __nss_compat_endpwent;
-+
-+ __nss_compat_gethostbyname;
-+ __nss_compat_gethostbyname2;
-+ __nss_compat_gethostbyaddr;
-+
-+ # module init
-+ nss_module_register;
-+
-+
- # everything else should not be exported
- local:
- *;