summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-11-01 05:26:06 +0000
committerJim Meyering <jim@meyering.net>1998-11-01 05:26:06 +0000
commitf51e80f564c27497f55f30da0c2f463bb3684942 (patch)
tree1910ebd0552e72c5ff846cdd9c55ee784ee57140 /old
parent993a56e8e09e14bc9ed31e9339c0f1716fa30c75 (diff)
downloadcoreutils-f51e80f564c27497f55f30da0c2f463bb3684942.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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>