diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 19:17:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 19:17:22 +0000 |
commit | 725c0c87926abdc5f7b2fee52132d9ec82d64ac3 (patch) | |
tree | 8f21c7cb795ac60ebbad25a4d783c3f72a401994 /ChangeLog | |
parent | 368a8dec0ae2209be167daea8034646abcba220d (diff) | |
download | glibc-725c0c87926abdc5f7b2fee52132d9ec82d64ac3.tar.gz glibc-725c0c87926abdc5f7b2fee52132d9ec82d64ac3.tar.xz glibc-725c0c87926abdc5f7b2fee52132d9ec82d64ac3.zip |
[BZ #5760]
* inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation. Patch by Roland Bless <roland@bless.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a6a47faf4e..951cf3576f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-03-08 Ulrich Drepper <drepper@redhat.com> + [BZ #5760] + * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation. + Patch by Roland Bless <roland@bless.de>. + * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for .o file. * elf/Makefile (routines): Add dl-sysdep. |