]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_fw2_compat.h
xnu-2422.110.17.tar.gz
[apple/xnu.git] / bsd / netinet / ip_fw2_compat.h
index bd968d810d151e26f4c98550935a857f2e3864cf..def315c4d227e6b0dcd4ca5a9142482eafa6ce7d 100644 (file)
@@ -129,7 +129,7 @@ struct ipfw_dyn_rule_compat {
                                        /* combination of TCP flags)    */
 } ;
 
-#ifdef KERNEL
+#ifdef BSD_KERNEL_PRIVATE
 #pragma pack(4)
 
 struct ip_fw_compat_32 {
@@ -248,7 +248,7 @@ struct ipfw_dyn_rule_compat_64 {
     u_int32_t state ;                  /* state of this rule (typ. a   */
                                        /* combination of TCP flags)    */
 } ;
-#endif                 /* KERNEL */
+#endif /* BSD_KERNEL_PRIVATE */
 
 
 #define IP_FW_GETNSRCP_COMPAT(rule)            ((rule)->fw_nports & 0x0f)