From: Paul Eggert Date: Fri, 3 Sep 2004 21:59:03 +0000 (+0000) Subject: Minor stat.c patches from Pozsar Balazs for GNU/Linux. X-Git-Tag: COREUTILS-5_3_0~746 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c69c5ad84cd8e6cbbf6083484318a4911df69561;p=platform%2Fupstream%2Fcoreutils.git Minor stat.c patches from Pozsar Balazs for GNU/Linux. --- diff --git a/ChangeLog b/ChangeLog index d7421b8..4228c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2004-09-03 Paul Eggert + * 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.