From: Jim Meyering Date: Fri, 30 Sep 2005 15:21:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9c10dab98a85a8bb0f4bf230783862ae5bdd155;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a543774c15..66b4e9324c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-09-29 Paul Eggert + + * openat.c (fdopendir): Do not define if HAVE_FDOPENDIR. + Remove AT_FDCWD test. + Do not consume the fd unless successful. + * openat.h (fdopendir): Do not define if HAVE_FDOPENDIR. + 2005-09-29 Paul Eggert * xtime.h (XTIME_PRECISION): Now of type int, not long long int, diff --git a/m4/ChangeLog b/m4/ChangeLog index 3102ef94a4..46915e255e 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2005-09-29 Paul Eggert + + * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir. + 2005-09-28 Paul Eggert * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely