summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-16 19:47:17 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-16 19:47:17 +0000
commit6107639e64c25983ebfa93a2f1cb4f5924c18618 (patch)
tree705e5c9c460521f7ce1d81d97392c5d8070cf909 /ChangeLog
parenta53d3f8295368bd67c9a8e75e88c566043752604 (diff)
downloadglibc-6107639e64c25983ebfa93a2f1cb4f5924c18618.tar.gz
* sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
of names of in in6_addr. (default_precedence): Likewise. * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for NULL definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55ebe93e32..385313f4b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,11 @@
* sysdeps/unix/sysv/linux/bits/in.h: Likewise.
* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
+ * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
+ of names of in in6_addr.
+ (default_precedence): Likewise.
+ * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
+ NULL definition.
2008-01-15 Ulrich Drepper <drepper@redhat.com>