diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-11 18:25:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-11 18:25:32 +0000 |
commit | ea85958d522a7106401d18e5e2facf6501c2b7d6 (patch) | |
tree | d895b67e2794478f42408b47d262df6be6bb823b | |
parent | 3f84f91c7c56011a88b926efaab57cd03ed837ba (diff) | |
download | coreutils-ea85958d522a7106401d18e5e2facf6501c2b7d6.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 34afd2cef..180883c98 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,10 @@ 2004-05-11 Jim Meyering <jim@meyering.net> - 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 <jim@meyering.net> |