diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-01 09:49:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-01 09:49:40 +0000 |
commit | 4a6b46528506bca1f526e0aca728c67b25a7f34d (patch) | |
tree | 4947c45063649b02582428c9480a90c6a20da4cf /lib | |
parent | 8050751a861c4d285b9d18ffb9dedac7536057fd (diff) | |
download | coreutils-4a6b46528506bca1f526e0aca728c67b25a7f34d.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
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. |