]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 11 Jul 1999 17:37:50 +0000 (17:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 11 Jul 1999 17:37:50 +0000 (17:37 +0000)
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.

ChangeLog
hesiod/Versions

index b6edc18bc660b55306193457695f9dd34872ffcf..3ec8d64aa8ef1792d7a1c9d95659191fa02e4e2c 100644 (file)
--- 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.
index 973e6229540b8aaabfc2ed74af71166f64ae8cf0..2634b4006b3a7e5316b75864e8a4a9ac4a135fca 100644 (file)
@@ -7,4 +7,7 @@ libnss_hesiod {
     _nss_hesiod_setservent; _nss_hesiod_endservent;
     _nss_hesiod_getservbyname_r;
   }
+  GLIBC_2.2 {
+    _nss_hesiod_initgroups;
+  }
 }