]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_fw.h
xnu-1504.15.3.tar.gz
[apple/xnu.git] / bsd / netinet / ip_fw.h
index 174bf8ff133215866b5aed4d5caa8e6d2b7138fc..6755fab566e739197ca7ac5c858434049ce705b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2008 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -43,8 +43,6 @@
 #ifndef _IP_FW_H
 #define _IP_FW_H
 
-#if !__LP64__
-
 #include <sys/appleapiopts.h>
 
 #ifdef IPFW2
@@ -323,8 +321,7 @@ extern int fw_one_pass;
 extern int fw_enable;
 #define IPFW_LOADED     (ip_fw_chk_ptr != NULL)
 extern struct ipfw_flow_id last_pkt ;
-#endif KERNEL_PRIVATE
+#endif /* KERNEL_PRIVATE */
 
-#endif /* !__LP64__ */
-#endif !IPFW2
+#endif /* !IPFW2 */
 #endif /* _IP_FW_H */