Check for f_frsize when using statvfs
commit591bf1d15ff3b93db908cc3a4b6e10d09e5b74b6
authorZach Loafman <zachary.loafman@isilon.com>
Thu, 3 Jul 2008 18:52:53 +0000 (3 11:52 -0700)
committerVolker Lendecke <vl@samba.org>
Tue, 22 Jul 2008 13:00:48 +0000 (22 15:00 +0200)
treee34f840eb2b451939eac1482ea1df5b1a342cc32
parent0acc888ca91a7401c5e54388c58272e263f73069
Check for f_frsize when using statvfs

Add a configure test for the availability of f_frsize in struct statvfs
(for broken platforms that define statvfs but still have
f_bsize/f_iosize). Also add sys/types.h to the other struct statvfs test
(again, some platforms need it).
source/configure.in
source/lib/fsusage.c