summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-01 09:38:48 +0000
committerJim Meyering <jim@meyering.net>2002-06-01 09:38:48 +0000
commitc27d78e6e074105a38775a3542ff7255df0bd822 (patch)
tree90c440d9475158adf36eb82de9ca83a8c4a67a52 /old
parent3b96dac1d7f9e27be0273da611a2e56a074d3aca (diff)
downloadcoreutils-c27d78e6e074105a38775a3542ff7255df0bd822.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0b7414a7f..80060cd60 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,12 @@
-2002-05-30 Jim Meyering <meyering@lucent.com>
+2002-06-01 Jim Meyering <meyering@lucent.com>
* Version 4.1.9.
+ * src/ls.c: Remove use of D_TYPE_IN_DIRENT, now that that symbol
+ has been renamed.
+
+2002-05-30 Jim Meyering <meyering@lucent.com>
+
* src/copy.c (copy_reg): Use a temporary to avoid a warning
from gcc -W about comparison between signed and unsigned.
(copy_internal): Likewise, but use a cast.