summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-20 12:16:11 +0000
committerJim Meyering <jim@meyering.net>1999-11-20 12:16:11 +0000
commit3bd2800a3c803ddddb4acbcf3c1830e0a8cda2db (patch)
tree6a323101dbee25959d11ba5ee0016cffbd0aa59f /old/fileutils
parent783c48e864f6a1ecaed9e4614c68d57766214e6f (diff)
downloadcoreutils-3bd2800a3c803ddddb4acbcf3c1830e0a8cda2db.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e69b3b822..570756791 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1999-11-20 Jim Meyering <meyering@ascend.com>
+ * src/rmdir.c (errno_rmdir_non_empty): New function to encapsulate
+ errno comparison.
+ (remove_parents): Use it.
+ (main): Use it.
+
* tests/cp/cp-mv-backup: Run `diff -c' if the test fails.
* tests/ls/time-1: Use `ls' and `touch', not $LS and $TOUCH.