aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-12 22:04:57 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-12 22:04:57 +0000
commit441e41325ef99b5b469ae1291c309769464c5de9 (patch)
tree838d73c053e2d6effedecd8949222c2528ca473c
parent8d9618b7f6ecbcd04fd572140bbecaf9be10d376 (diff)
downloadglibc-441e41325ef99b5b469ae1291c309769464c5de9.tar
glibc-441e41325ef99b5b469ae1291c309769464c5de9.tar.gz
glibc-441e41325ef99b5b469ae1291c309769464c5de9.tar.bz2
glibc-441e41325ef99b5b469ae1291c309769464c5de9.zip
Update
1998-03-10 Ulrich Drepper <drepper@cygnus.com> * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_* constants. * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove definition here. * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add definition here. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing AF_* and PF_* constants. * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f65573cf1..ef6917610f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,23 @@
* socket/sys/socket.h: Add prototype for __socket.
+1998-03-10 Ulrich Drepper <drepper@cygnus.com>
+
+ * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
+
+ * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
+ constants.
+
+ * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
+ definition here.
+ * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
+ definition here.
+
+ * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
+ AF_* and PF_* constants.
+
+ * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
+
1998-03-11 15:27 Ulrich Drepper <drepper@cygnus.com>
* elf/rtld.c: Update help message.