mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
292 B
C
11 lines
292 B
C
--- 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
|