Fix portability problem on FreeBSD5.0: don't include
authorJim Meyering <jim@meyering.net>
Mon, 26 May 2003 20:23:14 +0000 (20:23 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 May 2003 20:23:14 +0000 (20:23 +0000)
commite4ac725a11b6e8cc5b1e1f7f30a118d073e2dc89
tree63f5915ed50bb0486b54d50b6ce6dca6bb5ea78a
parent1df8b738db6355899d5eff4c14ecf6a25a388f38
Fix portability problem on FreeBSD5.0: don't include
<sys/statvfs.h> on systems without HAVE_STRUCT_STATVFS_F_BASETYPE.
Use #if/#elif/... cascade so we get only one set of include files.
src/stat.c