put in a warning so I remember to look at this
This commit is contained in:
parent
52a158a7c6
commit
d08a67a78e
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
||||||
# include <sys/mount.h>
|
# include <sys/mount.h>
|
||||||
# define STATCALL statfs64
|
# define STATCALL statfs64
|
||||||
# define STATSTRUCT statfs
|
# 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
|
#else
|
||||||
#if defined (__linux__)
|
#if defined (__linux__)
|
||||||
/* This is a POSIX standard, so might also work elsewhere. */
|
/* This is a POSIX standard, so might also work elsewhere. */
|
||||||
|
|
Loading…
Reference in a new issue