]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/raw_ip.c
xnu-1228.3.13.tar.gz
[apple/xnu.git] / bsd / netinet / raw_ip.c
index df763aac54358bdc804ad3c13c30289d95b88e5a..e30687513e2f8ecd23b1ba5dc1f47024e94a8385 100644 (file)
@@ -125,10 +125,12 @@ struct    inpcbhead ripcb;
 struct inpcbinfo ripcbinfo;
 
 /* control hooks for ipfw and dummynet */
+#if IPFIREWALL
 ip_fw_ctl_t *ip_fw_ctl_ptr;
 #if DUMMYNET
 ip_dn_ctl_t *ip_dn_ctl_ptr;
 #endif /* DUMMYNET */
+#endif /* IPFIREWALL */
 
 /*
  * Nominal space allocated to a raw ip socket.