X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/bsd/netinet/in_systm.h diff --git a/bsd/netinet/in_systm.h b/bsd/netinet/in_systm.h index bbed62112..3ea2612a6 100644 --- a/bsd/netinet/in_systm.h +++ b/bsd/netinet/in_systm.h @@ -84,8 +84,7 @@ typedef __uint32_t n_long; /* long as received from the net */ typedef __uint32_t n_time; /* ms since 00:00 GMT, byte rev */ -#ifdef KERNEL_PRIVATE +#ifdef BSD_KERNEL_PRIVATE n_time iptime(void); -#endif KERNEL_PRIVATE - -#endif +#endif /* BSD_KERNEL_PRIVATE */ +#endif /* _NETINET_IN_SYSTM_H_ */