aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
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>.