Bug 784124 - FreeBSD supports statvfs(2) since 5.0. r=bsmedberg

This commit is contained in:
Jan Beich 2012-08-29 17:00:09 -04:00
parent 1014ff4ed2
commit 27742fe364

View File

@ -52,14 +52,6 @@
#endif
#endif
// so we can statfs on freebsd
#if defined(__FreeBSD__)
#define HAVE_SYS_STATFS_H
#define STATFS statfs
#include <sys/param.h>
#include <sys/mount.h>
#endif
#if defined(HAVE_STAT64) && defined(HAVE_LSTAT64)
#if defined (AIX)
#if defined STAT