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