From: Jim Meyering Date: Tue, 11 May 2004 16:50:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f84f91c7c56011a88b926efaab57cd03ed837ba;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 03c52d2d00..34afd2cef1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-05-11 Jim Meyering + + Prior to this change, rm required read access to the + current directory on systems with the fchdir function. + + * save-cwd.c (save_cwd) [HAVE_FCHDIR]: Don't fail just + because opening `.' failed. Resort to using xgetcwd. + 2004-05-07 Jim Meyering Update from gnulib.