diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-02 16:27:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-02 16:27:57 +0000 |
commit | 813f4f4dff904de333642ffa8c17b9309d8f182e (patch) | |
tree | b4b2174e80fa05212e0e1bc91d9abda4b94306dc /ChangeLog | |
parent | b1418d8f39dd2b26fd67c3350493431f99514285 (diff) | |
download | glibc-813f4f4dff904de333642ffa8c17b9309d8f182e.tar.gz glibc-813f4f4dff904de333642ffa8c17b9309d8f182e.tar.xz glibc-813f4f4dff904de333642ffa8c17b9309d8f182e.zip |
Update.
* nscd/nscd_getpw_r.c (nscd_getpw_r): Mark as internal and take extra argument with length of key string. (__nscd_getpwnam_r): Call nscd_getpw_r with extra argument. (__nscd_getpwuid_r): Create key string on stack. * nscd/nscd_getgr_r.c: Mark local functions as internal. * nscd/nscd_gethst_r.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index af8dd6f528..4f019f3ff8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1999-02-02 Ulrich Drepper <drepper@cygnus.com> + * nscd/nscd_getpw_r.c (nscd_getpw_r): Mark as internal and take + extra argument with length of key string. + (__nscd_getpwnam_r): Call nscd_getpw_r with extra argument. + (__nscd_getpwuid_r): Create key string on stack. + * nscd/nscd_getgr_r.c: Mark local functions as internal. + * nscd/nscd_gethst_r.c: Likewise. + * sysdeps/unix/sysv/linux/reboot.c: Make sure first parameter is correctly passed to the kernel even on 64bit platforms. Patch by Bruce Elliott <bde@nwlink.com>. |