]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/libsa/types.h
xnu-792.tar.gz
[apple/xnu.git] / osfmk / libsa / types.h
index ec12bec91fb4eb533bcd75a52176b06ecf2faf1b..0a90a2d6da6506cee1117bc519513ca5b53e3a5b 100644 (file)
@@ -65,7 +65,9 @@ typedef       char *          caddr_t;        /* address of a (signed) char */
 
 typedef int            time_t;         /* a signed 32    */
 typedef unsigned int   daddr_t;        /* an unsigned 32 */
+#if 0 /* off_t should be 64-bit ! */
 typedef        unsigned int    off_t;          /* another unsigned 32 */
+#endif
 
 
 #define        major(i)        (((i) >> 8) & 0xFF)