diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-10 13:41:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-10 13:41:57 +0000 |
commit | 5ac3d2173cc6a11535e1694a12f9f11e877c36ea (patch) | |
tree | fa720e4332b0be30d96a76517d9f3717cf55e8fd | |
parent | 11bde74f07b8afe35f3f72bf02d775adb821a7d2 (diff) | |
download | glibc-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-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |