diff options
-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; + } } |