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"
This commit is contained in:
Roland McGrath 1998-10-19 00:40:00 +00:00
parent 37eb58de74
commit 3f804c953d
4 changed files with 12 additions and 8 deletions

View File

@ -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

View 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;

View 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;

View 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;