summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-26 00:29:45 +0000
committerJim Meyering <jim@meyering.net>1998-07-26 00:29:45 +0000
commitf90d1551cb1de32eef2e2f3adba0688eb193deff (patch)
tree26d12e3a92b2d63a4b98ea4423b32e12f3af386a /old
parent613f0e187f77bdcd691aeae165bd4f5f031bb05c (diff)
downloadcoreutils-f90d1551cb1de32eef2e2f3adba0688eb193deff.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 452bcc4e8..dee9866dd 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1998-07-25 Jim Meyering <meyering@ascend.com>
+ * src/rmdir.c (main): rmdir fails with EEXIST on some systems.
+ Handle that, so --ignore-fail-on-non-empty works.
+ (EEXIST): Define to zero if not defined.
+ (ENOTEMPTY): Likewise.
+
* tests/cp/same-file: Remove `diff' I'd put in for debugging.
Exit with the status from cmp.