summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8f90898e6..fb603a564 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -5,7 +5,11 @@
* tests/rm/Makefile.am (TESTS): Add new test `empty-name',
but comment it out.
* tests/rm/empty-name: New file.
+
* acconfig.h (stat): New #undef.
+ This omission was uncovered when Mark Kettenis reported that
+ `rm -r ''' got a failed assertion on the Hurd. This change
+ doesn't fix *that* problem.
1998-10-25 Jim Meyering <meyering@ascend.com>