diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-11 18:34:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-11 18:34:56 +0000 |
commit | 6202854ac23e35117001190fa77ef6085a61b3ca (patch) | |
tree | 7e845f0f8a81879454a3426d08693d8bc4ae10a3 /lib/ChangeLog | |
parent | 76a6665c13738a3ffd9df920f15b2488128ef6d2 (diff) | |
download | coreutils-6202854ac23e35117001190fa77ef6085a61b3ca.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 180883c98..59dca0ec6 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 <jim@meyering.net> |