From 62239cfe50e7f453300e95124234a61a1f86adf7 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Thu, 16 Jun 2011 13:14:22 +0200 Subject: [PATCH] Explain why we undef STAT_STATVFS on OpenBSD --- sysdeps/openbsd/fsusage.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysdeps/openbsd/fsusage.c b/sysdeps/openbsd/fsusage.c index 5ffc4333..9015f9fa 100644 --- a/sysdeps/openbsd/fsusage.c +++ b/sysdeps/openbsd/fsusage.c @@ -2,6 +2,11 @@ #include +/* + * 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