From 3f804c953da3ed97d8f50a258e6ac9ce671ede31 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 19 Oct 1998 00:40:00 +0000 Subject: 1998-10-19 Roland McGrath * 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" --- ChangeLog | 14 +++++++++----- nscd/nscd_getgr_r.c | 2 +- nscd/nscd_gethst_r.c | 2 +- nscd/nscd_getpw_r.c | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9eee6d..29b0976 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 + + * 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 * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing diff --git a/nscd/nscd_getgr_r.c b/nscd/nscd_getgr_r.c index f27da02..a2497ab 100644 --- a/nscd/nscd_getgr_r.c +++ b/nscd/nscd_getgr_r.c @@ -27,7 +27,7 @@ #include #include -#include "nscd.h" +#include "nscd-client.h" #include "nscd_proto.h" int __nss_not_use_nscd_group; diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index f78b104..2e56d7d 100644 --- a/nscd/nscd_gethst_r.c +++ b/nscd/nscd_gethst_r.c @@ -29,7 +29,7 @@ #include #include -#include "nscd.h" +#include "nscd-client.h" #include "nscd_proto.h" int __nss_not_use_nscd_hosts; diff --git a/nscd/nscd_getpw_r.c b/nscd/nscd_getpw_r.c index 83baafc..da4de5a 100644 --- a/nscd/nscd_getpw_r.c +++ b/nscd/nscd_getpw_r.c @@ -27,7 +27,7 @@ #include #include -#include "nscd.h" +#include "nscd-client.h" int __nss_not_use_nscd_passwd; -- cgit v1.1