]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/bpfdesc.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / net / bpfdesc.h
index b8f80bb63003e3b7f25d6aa1afa8d597747cd48f..1958e635b34960492d6771b4db2b3fbea63f4dce 100644 (file)
@@ -64,7 +64,7 @@
 #ifndef _NET_BPFDESC_H_
 #define _NET_BPFDESC_H_
 #include <sys/appleapiopts.h>
-#ifdef __APPLE_API_PRIVATE
+#ifdef KERNEL_PRIVATE
 /*
  * The items in this header file should be wrapped in #ifdef KERNEL.
  */
@@ -134,5 +134,5 @@ struct bpf_if {
        struct ifnet *bif_ifp;          /* corresponding interface */
 };
 
-#endif /* __APPLE_API_PRIVATE */
+#endif /* KERNEL_PRIVATE */
 #endif