diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-07 15:50:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-07 15:50:34 -0400 |
commit | 62c69e7e25c3d60098914e6cc0be4ff2b9a8db00 (patch) | |
tree | 3c4de39421c67c1097a7b10aa4b27231643cbbf9 /Utility | |
parent | fcc08c59ec827bf6672b4288998cab4a98ebd20a (diff) |
Disable diskfree on kfreebsd, as I have a build failure on kfreebsd-i386 that is quite likely caused by it.
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/diskfree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/diskfree.c b/Utility/diskfree.c index 6e9eda930..968d2b8b5 100644 --- a/Utility/diskfree.c +++ b/Utility/diskfree.c @@ -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. */ |