summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-15 08:52:52 +0000
committerJim Meyering <jim@meyering.net>2002-04-15 08:52:52 +0000
commit788091489568c78dbe39c0e4f7d2f0527d857c91 (patch)
tree3298534cd7bb11d47b416e7e7b47cebaaf1ab22e /old/fileutils
parentb214c8214ceb898ec72b7faa409f44998187cb0c (diff)
downloadcoreutils-788091489568c78dbe39c0e4f7d2f0527d857c91.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 119c12441..6488cff23 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:'.