]> git.saurik.com Git - apple/libc.git/blobdiff - include/sys/statvfs.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / include / sys / statvfs.h
index 51f37af1e4bbdf750393cdbcefd0d2c064c2d3ad..a8d661a5c6b9ea7a526d4d57d736c74eb7a2aa4d 100644 (file)
 #include <sys/_types.h>
 #include <sys/cdefs.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
+#include <sys/_types/_fsblkcnt_t.h>
+#include <sys/_types/_fsfilcnt_t.h>
 
 /* Following structure is used as a statvfs/fstatvfs function parameter */
 struct statvfs {