summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-03 21:59:03 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-03 21:59:03 +0000
commitc69c5ad84cd8e6cbbf6083484318a4911df69561 (patch)
tree61a7646524383a7365751891f4a0693a6289febf /ChangeLog
parent7ee151d229325abcc564077725aacb659e4d742f (diff)
downloadcoreutils-c69c5ad84cd8e6cbbf6083484318a4911df69561.tar.xz
Minor stat.c patches from Pozsar Balazs for GNU/Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7421b865..4228c454b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-09-03 Paul Eggert <eggert@cs.ucla.edu>
+ * src/stat.c (HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented
+ it from ever being nonzero. Reported by Pozsar Balazs in:
+ http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00189.html
+ (human_fstype): Add ramfs, squashfs, sysfs.
+ Reported by Pozsar Balazs in:
+ http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00188.html
+ (human_fstype): Return char const *, not char *.
+ Simplify internals a bit, and avoid casts.
+
* src/dd.c (usage): "alternated EBCDIC" -> "alternate EBCDIC".
(bit_count): Remove. All uses changed to....
(multiple_bits_set): New function.