diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 18:35:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 18:35:33 +0000 |
commit | fcb8e79c9d92e725f2e35c0f7c0666058ecf0b6c (patch) | |
tree | 3421e83c0b4f5053ac8e07467e09000c83c1c13b | |
parent | beefeafb96891496e9f6b4d0a0b4763903a4857b (diff) | |
download | glibc-fcb8e79c9d92e725f2e35c0f7c0666058ecf0b6c.tar.gz glibc-fcb8e79c9d92e725f2e35c0f7c0666058ecf0b6c.tar.xz glibc-fcb8e79c9d92e725f2e35c0f7c0666058ecf0b6c.zip |
Update.
1999-08-27 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/netpacket/packet.h: Update from 2.3.15 kernel. * inet/netinet/in.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. partially reverting a patch from 1998-12-29. We just can't change
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e219836c2f..522250410d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-08-27 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/unix/sysv/linux/netpacket/packet.h: Update from 2.3.15 + kernel. + * inet/netinet/in.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise. + * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. + 1999-08-28 Ulrich Drepper <drepper@cygnus.com> * malloc/malloc.c (ptmalloc_init): Don't use variables to set @@ -18,7 +26,7 @@ 1999-08-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Fix sa_flags, - partially reverting a patch from 1998-12-29. We just can't change + partially reverting a patch from 1998-12-29. We just can't change the flags, kernels with different flags lead to incompatibilities. |