diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-19 00:40:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-19 00:40:00 +0000 |
commit | 3f804c953da3ed97d8f50a258e6ac9ce671ede31 (patch) | |
tree | 32d1643331f2b0d10387b14b48a2211621907cbc /ChangeLog | |
parent | 37eb58de74f83860949407c88088bf55964157e5 (diff) | |
download | glibc-3f804c953da3ed97d8f50a258e6ac9ce671ede31.tar.gz glibc-3f804c953da3ed97d8f50a258e6ac9ce671ede31.tar.xz glibc-3f804c953da3ed97d8f50a258e6ac9ce671ede31.zip |
1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
* nscd/nscd-client.h: New file, broken out of "nscd.h". * nscd/nscd.h: Move defns needed by clients to "nscd-client.h", and #include that. * nscd/Makefile (distribute): Add nscd-client.h. * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c: Include "nscd-client.h" instead of "nscd.h"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index d9eee6df50..29b0976d8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,17 +15,21 @@ (init1) [PIC]: Call it. (__libc_init_first) [! PIC]: Call it. - * nscd/nscd-client.h: New file, broken out of "nscd.h". - * nscd/nscd.h: Move defns needed by clients to "nscd-client.h", - and #include that. - * nscd/Makefile (distribute): Add nscd-client.h - * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call __libc_init_secure. Instead set __libc_enable_secure here from the exec flags. (__libc_enable_secure): New variable it. * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module. +1998-10-19 Roland McGrath <roland@baalperazim.frob.com> + + * nscd/nscd-client.h: New file, broken out of "nscd.h". + * nscd/nscd.h: Move defns needed by clients to "nscd-client.h", + and #include that. + * nscd/Makefile (distribute): Add nscd-client.h. + * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c: + Include "nscd-client.h" instead of "nscd.h" + 1998-10-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing |