]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Handle "lld" vs "ld" printf formats the same way Bash does.
authorJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 08:50:57 +0000 (08:50 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 08:50:57 +0000 (08:50 +0000)
commitb214c8214ceb898ec72b7faa409f44998187cb0c
tree1cf57cfeb39a9443e8ffad6f6e5ea302d83b1c1d
parent68f054be8f03a1d45ed3db7240185fda818be918
Handle "lld" vs "ld" printf formats the same way Bash does.

Include inttypes.h.
(PRIdMAX, PRIuMAX): Define, if not already defined.
(print_statfs): Use those macros, not the literal strings.
(print_stat): Likewise.
src/stat.c