diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-11 17:37:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-11 17:37:50 +0000 |
commit | eb242eda564fc7c48bc93c7e58b5075d122e9c1c (patch) | |
tree | af3c3973a9ed63c4783676f10e19ceffd7ac9ec2 | |
parent | bf67314fb4c0279a690829fd382f442a083b34a7 (diff) | |
download | glibc-eb242eda564fc7c48bc93c7e58b5075d122e9c1c.tar.gz glibc-eb242eda564fc7c48bc93c7e58b5075d122e9c1c.tar.xz glibc-eb242eda564fc7c48bc93c7e58b5075d122e9c1c.zip |
Update.
1999-07-11 Ulrich Drepper <drepper@cygnus.com> * Versions.def (libnss_hesiod): Add GLIBC_2.2. * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add _nss_hesiod_initgroups.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | hesiod/Versions | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b6edc18bc6..3ec8d64aa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-11 Ulrich Drepper <drepper@cygnus.com> + + * Versions.def (libnss_hesiod): Add GLIBC_2.2. + * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add + _nss_hesiod_initgroups. + 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/mach/hurd/brk.c (static_data_start): New variable. diff --git a/hesiod/Versions b/hesiod/Versions index 973e622954..2634b4006b 100644 --- a/hesiod/Versions +++ b/hesiod/Versions @@ -7,4 +7,7 @@ libnss_hesiod { _nss_hesiod_setservent; _nss_hesiod_endservent; _nss_hesiod_getservbyname_r; } + GLIBC_2.2 { + _nss_hesiod_initgroups; + } } |