]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/in_systm.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / bsd / netinet / in_systm.h
index 8a617b0a77a2567b57fdad96782da2acb51dce6d..1eb03c11b525a5731ae0328e9109e8ba0f492a1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2015 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -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
-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_ */