]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/in_systm.h
xnu-2782.20.48.tar.gz
[apple/xnu.git] / bsd / netinet / in_systm.h
index 3ea2612a6ad38bd345b2f0204849f309f955ac6d..e0972f831c9898718c75d95481cd9dd6d0879923 100644 (file)
@@ -85,6 +85,6 @@ typedef __uint32_t n_long;            /* long as received from the net */
 typedef        __uint32_t n_time;              /* ms since 00:00 GMT, byte rev */
 
 #ifdef BSD_KERNEL_PRIVATE
-n_time  iptime(void);
+u_int32_t iptime(void);
 #endif /* BSD_KERNEL_PRIVATE */
 #endif /* _NETINET_IN_SYSTM_H_ */