]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Don't include <inttypes.h> or <stdint.h>, since
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Apr 2006 20:13:00 +0000 (20:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Apr 2006 20:13:00 +0000 (20:13 +0000)
commit368bc9465690465fa1bcd344cfc6be7abb434167
treef0512a64dd163bfeeac93f69ce2a6924d187a718
parentdfe1ede00d35b73345199ef775ea016659229b68
Don't include <inttypes.h> or <stdint.h>, since
fsusage.h now does that.  Include fsusage.h first, to test interface.
Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
at most one method (the old code could have generated decls that
didn't conform to C89, not that this was ever exercised).
lib/fsusage.c