From: Jim Meyering Date: Tue, 11 May 2004 18:34:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6202854ac23e35117001190fa77ef6085a61b3ca;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 180883c986..59dca0ec65 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,8 +3,8 @@ 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 `.' fails. Resort to using xgetcwd. + * save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only + fails, try write-only, and finally, resort to using xgetcwd. 2004-05-07 Jim Meyering