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