/*
- * Copyright (c) 2008 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2008-2013 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
/*
* Main firewall chains definitions and global var's definitions.
*/
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
#define IP_FW_PORT_DYNT_FLAG 0x10000
#define IP_FW_PORT_TEE_FLAG 0x20000
extern int fw_enable;
#define IPFW_LOADED (ip_fw_chk_ptr != NULL)
extern struct ipfw_flow_id last_pkt ;
-#endif /* KERNEL_PRIVATE */
+#endif /* BSD_KERNEL_PRIVATE */
#endif /* !IPFW2 */
#endif /* __APPLE_API_OBSOLETE */