Explain why we undef STAT_STATVFS on OpenBSD

This commit is contained in:
Jasper Lievisse Adriaanse
2011-06-16 13:14:22 +02:00
parent 15ffb2d039
commit 62239cfe50

View File

@@ -2,6 +2,11 @@
#include <config.h>
/*
* statvfs is lacking various members which are present in statfs,
* like f_(a)syncreads and f_(a)syncwrites. So eventhough we have
* statvfs, undef it here untill those members are added.
*/
#undef HAVE_SYS_STATVFS_H
#undef STAT_STATVFS