From eb242eda564fc7c48bc93c7e58b5075d122e9c1c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 11 Jul 1999 17:37:50 +0000 Subject: [PATCH] Update. 1999-07-11 Ulrich Drepper * Versions.def (libnss_hesiod): Add GLIBC_2.2. * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add _nss_hesiod_initgroups. --- ChangeLog | 6 ++++++ hesiod/Versions | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6edc18bc6..3ec8d64aa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-11 Ulrich Drepper + + * Versions.def (libnss_hesiod): Add GLIBC_2.2. + * hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add + _nss_hesiod_initgroups. + 1999-07-11 Roland McGrath * 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; + } }