about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-11-18 22:42:25 +0000
committerRoland McGrath <roland@gnu.org>2005-11-18 22:42:25 +0000
commitfdfe6deea9fc1946b783122b9a1e4d4c568fbcf1 (patch)
tree91f1abe7c9277529cf524c530edd29b6bb9b6364
parent0b20008e04df8a0ba4a072b34671a47c580f087e (diff)
downloadglibc-fdfe6deea9fc1946b783122b9a1e4d4c568fbcf1.tar.gz
glibc-fdfe6deea9fc1946b783122b9a1e4d4c568fbcf1.tar.xz
glibc-fdfe6deea9fc1946b783122b9a1e4d4c568fbcf1.zip
* nscd/grpcache.c: Include <sys/socket.h>.
	* nscd/nscd_stat.c: Likewise.
	* nscd/pwdcache.c: Likewise.
	* sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f9ff585bc..c9d611adbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-18  Paul Brook  <paul@codesourcery.com>
+
+	* nscd/grpcache.c: Include <sys/socket.h>.
+	* nscd/nscd_stat.c: Likewise.
+	* nscd/pwdcache.c: Likewise.
+	* sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.
+
 2005-11-17  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.