]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/dirent.h
xnu-2782.20.48.tar.gz
[apple/xnu.git] / bsd / sys / dirent.h
index a559b8b370fb8c0a5d9cb92e6f84686f8fda6148..57df2ad9e34ee7f7e5fc3c45a0bb53419d6e44be 100644 (file)
 #include <sys/_types.h>
 #include <sys/cdefs.h>
 
-#ifndef        _INO_T
-typedef        __darwin_ino_t  ino_t;          /* inode number */
-#define _INO_T
-#endif
+#include <sys/_types/_ino_t.h>
 
 
 #define __DARWIN_MAXNAMLEN     255