diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-12 15:48:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-12 15:48:59 -0400 |
commit | d08a67a78e4c950e1be4f1fd57a74744f443705f (patch) | |
tree | 17266f91d2f0ba58fad6fd80b6a49cd89ba15d34 /Utility/diskfree.c | |
parent | 52a158a7c6b9b7df93db30dfc802c8c350524951 (diff) |
put in a warning so I remember to look at this
Diffstat (limited to 'Utility/diskfree.c')
-rw-r--r-- | Utility/diskfree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/diskfree.c b/Utility/diskfree.c index 968d2b8b5..b68abd0c4 100644 --- a/Utility/diskfree.c +++ b/Utility/diskfree.c @@ -27,7 +27,8 @@ # include <sys/mount.h> # define STATCALL statfs64 # define STATSTRUCT statfs -# define UNKNOWN /* temporarily disabled; trying to nail down a build failure */ +# warning free space checking code temporarily disabled due to build failure +# define UNKNOWN #else #if defined (__linux__) /* This is a POSIX standard, so might also work elsewhere. */ |