blob: bfbd9a832f35900e923fedf66dec4339d897537d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- mint/mint_stonxfs_fs.c.orig 2004-08-15 13:25:24 UTC
+++ mint/mint_stonxfs_fs.c
@@ -43,6 +43,8 @@
#elif defined(STATFS_USE_STATFS_VMOUNT)
#include <sys/statfs.h>
#include <sys/vmount.h>
+#elif defined(STATFS_USE_STATVFS)
+#include <sys/statvfs.h>
#else
#include <sys/vfs.h>
#endif
|