]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 d9eee6df50eef3e55f71cbf9f36dae4c2eacc333..29b0976d8c105d1fed92c1d1708605cdbb00887b 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 f27da0256930f0088a50b544bd852462bccb4c17..a2497ab579e4e8a01e28027e63300843e775cb6c 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 f78b104103810106323d87b7ffa69895a33e4ea9..2e56d7d61c75750446a484dd4d2e11f0b58e2353 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 83baafcc2af23bf15633d88fa55fb95106b02865..da4de5a4619832d7262196124c07dd7c8d6a8185 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;