1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 19 Oct 1998 00:40:00 +0000 (00:40 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 19 Oct 1998 00:40:00 +0000 (00:40 +0000)
* 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
nscd/nscd_getgr_r.c
nscd/nscd_gethst_r.c
nscd/nscd_getpw_r.c

index d9eee6d..29b0976 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (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
index f27da02..a2497ab 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 
-#include "nscd.h"
+#include "nscd-client.h"
 #include "nscd_proto.h"
 
 int __nss_not_use_nscd_group;
index f78b104..2e56d7d 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 
-#include "nscd.h"
+#include "nscd-client.h"
 #include "nscd_proto.h"
 
 int __nss_not_use_nscd_hosts;
index 83baafc..da4de5a 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 
-#include "nscd.h"
+#include "nscd-client.h"
 
 int __nss_not_use_nscd_passwd;