about summary refs log tree commit diff
path: root/hesiod
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-11 17:37:50 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-11 17:37:50 +0000
commiteb242eda564fc7c48bc93c7e58b5075d122e9c1c (patch)
treeaf3c3973a9ed63c4783676f10e19ceffd7ac9ec2 /hesiod
parentbf67314fb4c0279a690829fd382f442a083b34a7 (diff)
downloadglibc-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.
Diffstat (limited to 'hesiod')
-rw-r--r--hesiod/Versions3
1 files changed, 3 insertions, 0 deletions
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;
+  }
 }