summaryrefslogtreecommitdiff
path: root/nis/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-09 13:05:42 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-09 13:05:42 +0000
commit56ad7b2ceccc199811378d9033a8fbb7bcc1cc4c (patch)
tree4597d277f006dbc38a622c81b1722b036b78770c /nis/Versions
parent019e7a645aa33eee4cb5098dc475a303d0e0512a (diff)
Update.
1999-07-09 Ulrich Drepper <drepper@cygnus.com> * Versions.def (libnsl): Add GLIBC_2.2. * nis/Versions (libnsl) [GLIBC_2.2]: Add xdr_ypall. 1999-07-08 Cristian Gafton <gafton@redhat.com> * nis/yp_xdr.c (xdr_ypall): New function.
Diffstat (limited to 'nis/Versions')
-rw-r--r--nis/Versions7
1 files changed, 5 insertions, 2 deletions
diff --git a/nis/Versions b/nis/Versions
index d26cba75b3..fff3726b16 100644
--- a/nis/Versions
+++ b/nis/Versions
@@ -48,12 +48,15 @@ libnsl {
# This functions are needed by the NIS+ tools and rpc.nisd,
# they should never be used in a normal user program !
- __free_fdresult; __nis_default_access; __nis_default_group;
- __nis_default_owner; __nis_default_ttl; __nis_finddirectory;
+ __free_fdresult; __nis_default_access; __nis_default_group;
+ __nis_default_owner; __nis_default_ttl; __nis_finddirectory;
__nis_hash; __nisbind_connect; __nisbind_create;
__nisbind_destroy; __nisbind_next;
readColdStartFile; writeColdStartFile;
}
+ GLIBC_2.2 {
+ xdr_ypall;
+ }
}
libnss_compat {