]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/dhcp_options.h
xnu-3248.20.55.tar.gz
[apple/xnu.git] / bsd / netinet / dhcp_options.h
index 6744161988f3e06aa9877eec32c1c0ac43aec615..14e7eda8acf5ffe61138f74ba197c5aaeeb86acf 100644 (file)
@@ -181,7 +181,7 @@ typedef struct {
 
 typedef ptrlist_t dhcpol_t;
 
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 
 void                   dhcpol_init(dhcpol_t * list);
 void                   dhcpol_free(dhcpol_t * list);
@@ -274,5 +274,5 @@ dhcpoa_freespace(dhcpoa_t * oa_p);
 int
 dhcpoa_size(dhcpoa_t * oa_p);
 
-#endif /* KERNEL_PRIVATE */
+#endif /* BSD_KERNEL_PRIVATE */
 #endif /* _NETINET_DHCP_OPTIONS_H */