summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-01 09:49:40 +0000
committerJim Meyering <jim@meyering.net>2005-10-01 09:49:40 +0000
commit4a6b46528506bca1f526e0aca728c67b25a7f34d (patch)
tree4947c45063649b02582428c9480a90c6a20da4cf /lib/ChangeLog
parent8050751a861c4d285b9d18ffb9dedac7536057fd (diff)
downloadcoreutils-4a6b46528506bca1f526e0aca728c67b25a7f34d.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 66b4e9324..448ff131a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-01 Simon Josefsson <jas@extundo.com>
+
+ * getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
+ Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO. Protect
+ AI_* and EAI_* definitions. Protect function declarations.
+
2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
* openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.