From: Jim Meyering Date: Mon, 14 Nov 2005 14:51:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b869921fa56c65e6d8cdac941c62d111e276d6e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 43e7df5771..6b62579cc6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,13 @@ +2005-11-08 Eric Blake + + * getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS. + 2005-11-13 Jim Meyering * mkstemp-safer.c: Include , required for possible replacement of mkstemp. + 2005-11-12 Jim Meyering Emulate openat-family functions using Linux's procfs, if possible.