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