summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authorjon <jon@FreeBSD.org>2007-05-18 15:41:54 +0000
committerjon <jon@FreeBSD.org>2007-05-18 15:41:54 +0000
commit9fa5f8882e8d83571f4941febbc56668cfcfc772 (patch)
treec101e6bd13ed6ef465d907d88fc23b1a84ca2ddd /lib/libc/net
parent61e626a6d84dfe787e8d36d08f8325a627903df3 (diff)
downloadFreeBSD-src-9fa5f8882e8d83571f4941febbc56668cfcfc772.zip
FreeBSD-src-9fa5f8882e8d83571f4941febbc56668cfcfc772.tar.gz
Move nss_compat symbols from r1.11 to private section of symbol map.
Suggested by: deischen
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/Symbol.map20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/net/Symbol.map b/lib/libc/net/Symbol.map
index 484df0d..2e16905 100644
--- a/lib/libc/net/Symbol.map
+++ b/lib/libc/net/Symbol.map
@@ -138,16 +138,6 @@ FBSD_1.0 {
sctp_send;
sctp_sendx;
sctp_recvmsg;
- __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;
};
FBSDprivate_1.0 {
@@ -162,4 +152,14 @@ FBSDprivate_1.0 {
__ivaliduser_sa;
__check_rhosts_file;
__rcmd_errstr;
+ __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;
};
OpenPOWER on IntegriCloud