]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 08:52:52 +0000 (08:52 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 08:52:52 +0000 (08:52 +0000)
old/fileutils/ChangeLog

index 119c12441aada0fe2f13d1545105f1cbec92bfd6..6488cff23484bcbea553ad9519b8bb3f55bd83a8 100644 (file)
@@ -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:'.