mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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:
parent
37eb58de74
commit
3f804c953d
14
ChangeLog
14
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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user