diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-19 15:22:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-19 15:22:14 +0000 |
commit | ce85d65bae842fad22fa8e9cb4ad122daeef7831 (patch) | |
tree | 88b5d68fe4b1be9132a7a85840f001ff1a86c1b7 /nss | |
parent | 816e6eb5a786594223586976c08e337bc08b6f4e (diff) | |
download | glibc-ce85d65bae842fad22fa8e9cb4ad122daeef7831.tar glibc-ce85d65bae842fad22fa8e9cb4ad122daeef7831.tar.gz glibc-ce85d65bae842fad22fa8e9cb4ad122daeef7831.tar.bz2 glibc-ce85d65bae842fad22fa8e9cb4ad122daeef7831.zip |
Update.
1998-10-19 Ulrich Drepper <drepper@cygnus.com>
* include/ldsodefs.h: New file.
* iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
Remove change to avoid using _CALL_DL_FCT.
* iconv/gconv_db.c: Likewise.
* iconv/gconv_dl.c: Likewise.
* iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
* malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
* nss/nsswitch.c: Likewise.
* nss/nsswitch.h: Likewise.
1998-10-19 Philip Blundell <pb@nexus.co.uk>
* sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
required libraries.
* login/Makefile (otherlibs): Likewise.
* nscd/Makefile (otherlibs): Likewise.
* Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
* debug/Makefile (install-bin): Only build catchsegv if using ELF.
* inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
1998-10-19 Philip Blundell <pb@nexus.co.uk>
* sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
and setfsuid.
1998-10-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* nscd/connections.c: Fix typos in comments and strings.
* nscd/nscd.conf: Update according to recent changes to nscd.
* nscd/cache.c (prune_cache): Remove wrong comment.
copy_posix.mask for copy instruction.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/nsswitch.c | 2 | ||||
-rw-r--r-- | nss/nsswitch.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c index b3b540917e..b6720fd62e 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -26,7 +26,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <elf/ldsodefs.h> /* We need some help from ld.so. */ +#include <ldsodefs.h> /* We need some help from ld.so. */ #if !defined DO_STATIC_NSS || defined PIC # include <gnu/lib-names.h> diff --git a/nss/nsswitch.h b/nss/nsswitch.h index cb16fe1542..ecb2b1bde2 100644 --- a/nss/nsswitch.h +++ b/nss/nsswitch.h @@ -26,7 +26,7 @@ #include <nss.h> #include <resolv.h> #include <search.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> /* Actions performed after lookup finished. */ |