diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-10 13:34:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-10 13:34:57 +0000 |
commit | 11bde74f07b8afe35f3f72bf02d775adb821a7d2 (patch) | |
tree | 3dadceca8c8cd2ecd3de5048968a249c4ce0c1b6 | |
parent | 98453b38f0cb9858e1b41ae53b8f245fec8b55a0 (diff) | |
download | glibc-11bde74f07b8afe35f3f72bf02d775adb821a7d2.zip glibc-11bde74f07b8afe35f3f72bf02d775adb821a7d2.tar.gz glibc-11bde74f07b8afe35f3f72bf02d775adb821a7d2.tar.bz2 |
Update.
1999-05-10 Ulrich Drepper <drepper@cygnus.com>
* hesiod/Versions: Change _nss_hesiod_getpwuid and
_nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
_nss_hesiod_getgrgid_r respectively.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1999-05-10 Ulrich Drepper <drepper@cygnus.com> + + * hesiod/Versions: Change _nss_hesiod_getpwuid and + _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and + _nss_hesiod_getgrgid_r respectively. + 1999-05-09 Mark Kettenis <kettenis@gnu.org> * hurd/get-host.c (_hurd_get_host_config): Return an empty value |