summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-14 12:39:24 +0000
committerJim Meyering <jim@meyering.net>2002-07-14 12:39:24 +0000
commitb65a2d1877dd2610e25c0eeaabf42157e9a910f7 (patch)
tree0fce879c1b40661674b27bbbfead09a58a54b9e0
parent6e5c26da04433c864d21eac377252b08908a6d17 (diff)
downloadcoreutils-b65a2d1877dd2610e25c0eeaabf42157e9a910f7.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 49a683497..157bf0807 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -7,6 +7,7 @@
rm: cannot chdir from `.' to `foo': Not a directory
* src/remove.c (remove_dir): Detect the case in which unlinking a
non-directory fails with EPERM, and give an appropriate diagnostic.
+ Reported by Michael Stone.
2002-07-13 Jim Meyering <meyering@lucent.com>