Disable diskfree on kfreebsd, as I have a build failure on kfreebsd-i386 that is quite likely caused by it.

This commit is contained in:
Joey Hess 2012-04-07 15:50:34 -04:00
parent fcc08c59ec
commit 62c69e7e25
2 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,7 @@
# include <sys/mount.h>
# define STATCALL statfs64
# define STATSTRUCT statfs
# define UNKNOWN /* temporarily disabled; trying to nail down a build failure */
#else
#if defined (__linux__)
/* This is a POSIX standard, so might also work elsewhere. */