]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_fw2_compat.h
xnu-1228.12.14.tar.gz
[apple/xnu.git] / bsd / netinet / ip_fw2_compat.h
index 76324197f9745f8004d5b554f08cd8b0093c8223..a38a7d3f14397acdce2ee1b125712357f718e70e 100644 (file)
@@ -3,6 +3,7 @@
 #ifndef _IP_FW_COMPAT_H_
 #define _IP_FW_COMPAT_H_
 
+#if !__LP64__
 
 /* prototypes */
 void   ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version);
@@ -371,4 +372,5 @@ struct ip_old_fw {
  */
 #define IP_OLD_FW_TCPF_ESTAB   0x40
 
-
+#endif /* !__LP64__ */
+#endif /* _IP_FW_COMPAT_H_ */