Loading...
--- Libc/Libc-1725.40.4/include/sys/statvfs.h
+++ Libc/Libc-391/include/sys/statvfs.h
@@ -27,14 +27,18 @@
#ifndef _SYS_STATVFS_H_
#define _SYS_STATVFS_H_
-#include <_bounds.h>
#include <sys/_types.h>
#include <sys/cdefs.h>
-#include <sys/_types/_fsblkcnt_t.h>
-#include <sys/_types/_fsfilcnt_t.h>
+#ifndef _FSBLKCNT_T
+#define _FSBLKCNT_T
+typedef __darwin_fsblkcnt_t fsblkcnt_t;
+#endif
-_LIBC_SINGLE_BY_DEFAULT()
+#ifndef _FSFILCNT_T
+#define _FSFILCNT_T
+typedef __darwin_fsfilcnt_t fsfilcnt_t;
+#endif
/* Following structure is used as a statvfs/fstatvfs function parameter */
struct statvfs {