Loading...
include/sys/statvfs.h Libc-997.90.3 Libc-583
--- Libc/Libc-997.90.3/include/sys/statvfs.h
+++ Libc/Libc-583/include/sys/statvfs.h
@@ -30,8 +30,15 @@
 #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
+
+#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 {