--- src/sys/sys/types.h 2005/06/03 09:17:36 1.8 +++ src/sys/sys/types.h 2005/06/03 09:45:53 1.9 @@ -68,6 +68,8 @@ typedef __uint64_t u_quad_t; /* quads */ typedef __int64_t quad_t; typedef quad_t * qaddr_t; +typedef __int64_t blkcnt_t; /* file block count */ +typedef __int64_t blksize_t; /* block size */ typedef char * caddr_t; /* core address */ typedef const char * c_caddr_t; /* core address, pointer to const */ typedef volatile char * v_caddr_t; /* core address, pointer to volatile */