From: Jim Meyering Date: Mon, 15 Apr 2002 08:52:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_12~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=788091489568c78dbe39c0e4f7d2f0527d857c91;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 119c12441a..6488cff234 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,13 @@ * Version 4.1.9. + Handle "lld" vs "ld" printf formats the same way Bash does. + * src/stat.c: Include inttypes.h. + (PRIdMAX, PRIuMAX): Define, if not already defined. + (print_statfs): Use those macros, not the literal strings. + (print_stat): Likewise. + Suggestion from Paul Eggert. + * src/stat.c (print_human_fstype): Add missing `break;' for `case S_MAGIC_MINIX:'.