]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_flowid.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / netinet / ip_flowid.h
index 1fe2103113062d760a853d4012d99d7469a93a9e..aa3ac23c9ec6ec685f4b037bb5b3a810db27d346 100644 (file)
@@ -78,7 +78,7 @@ struct ip_flow_id {
 
 #define IS_IP6_FLOW_ID(id)      ((id)->addr_type == 6)
 
-#ifdef KERNEL
+#ifdef BSD_KERNEL_PRIVATE
 struct route_in6;
 struct sockaddr_in6;
 struct pf_rule;
@@ -127,6 +127,6 @@ struct ip_fw_args {
 #define fwa_dst fwa_dst_._fwa_dst
 #define fwa_dst6 fwa_dst_._fwa_dst6
 
-#endif /* KERNEL */
+#endif /* BSD_KERNEL_PRIVATE */
 
 #endif /* __IP_FLOWID_H__ */