/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2015 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
typedef __uint32_t n_time; /* ms since 00:00 GMT, byte rev */
-#ifdef KERNEL_PRIVATE
-n_time iptime(void);
-#endif /* KERNEL_PRIVATE */
-
-#endif
+#ifdef BSD_KERNEL_PRIVATE
+u_int32_t iptime(void);
+#endif /* BSD_KERNEL_PRIVATE */
+#endif /* _NETINET_IN_SYSTM_H_ */