summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-02 13:16:21 +0000
committerJim Meyering <jim@meyering.net>2001-11-02 13:16:21 +0000
commit1941ce9f42ad6998006b1e81f368519ef8a40a2b (patch)
tree97fc84a22d0115837f5d92714027a63b277de209 /old
parent7b8da9264b24e06711c13642e9cbbdb8cec95360 (diff)
downloadcoreutils-1941ce9f42ad6998006b1e81f368519ef8a40a2b.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2f964ec90..14c11c593 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,9 @@
* Version 4.1.1.
+ * src/ls.c (dev_ino_pop): Cast 2nd arg of obstack_blank to `int'
+ before negating to avoid warning from gcc on systems with 64-bit size_t.
+
* src/ls.c: Use XMALLOC and XREALLOC in a several places. It's cleaner.
2001-11-01 Jim Meyering <meyering@lucent.com>