aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-10 13:41:57 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-10 13:41:57 +0000
commit5ac3d2173cc6a11535e1694a12f9f11e877c36ea (patch)
treefa720e4332b0be30d96a76517d9f3717cf55e8fd
parent11bde74f07b8afe35f3f72bf02d775adb821a7d2 (diff)
downloadglibc-5ac3d2173cc6a11535e1694a12f9f11e877c36ea.tar
glibc-5ac3d2173cc6a11535e1694a12f9f11e877c36ea.tar.gz
glibc-5ac3d2173cc6a11535e1694a12f9f11e877c36ea.tar.bz2
glibc-5ac3d2173cc6a11535e1694a12f9f11e877c36ea.zip
Add PR information.
_nss_hesiod_getgrgid_r respectively. Fixes pr libc/1115.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abf745c9cb..62aa209521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* hesiod/Versions: Change _nss_hesiod_getpwuid and
_nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
- _nss_hesiod_getgrgid_r respectively.
+ _nss_hesiod_getgrgid_r respectively. Fixes pr libc/1115.
1999-05-09 Mark Kettenis <kettenis@gnu.org>