fsusage: remove code not needed on non GNU/Linux systems.
authorPádraig Brady <P@draigBrady.com>
Mon, 2 Jul 2012 22:02:06 +0000 (00:02 +0200)
committerPádraig Brady <P@draigBrady.com>
Mon, 2 Jul 2012 22:03:00 +0000 (00:03 +0200)
commit2ab2617ee340ff35a9a4c713004fb302868d41b0
tree1c8d101c65e12c7b118bf0cdbc45fff100ee1d92
parentdefe57376249c1385b2874b43307e4c686a1d38c
fsusage: remove code not needed on non GNU/Linux systems.

* lib/fsusage.c [STAT_STATVFS || STAT_STATVFS64]:
Don't include headers no longer needed in this case.
* lib/fsusage.c [STAT_STATVFS &&
! (__linux__ && (__GLIBC__||__UCLIBC__))]: Undefine
STAT_STATFS2_FRSIZE to exclude code not used in this case.
ChangeLog
lib/fsusage.c