From: Jim Meyering Date: Sat, 1 Oct 2005 09:49:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a6b46528506bca1f526e0aca728c67b25a7f34d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 66b4e9324c..448ff131a5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-10-01 Simon Josefsson + + * 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 * openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.