]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netkey/key_var.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / netkey / key_var.h
index 7f3f45c52de9530d0c09208b2ac3a6e059e8014e..7552efebc0f2a21f90ea3aee5375b2b00cde3476 100644 (file)
@@ -50,7 +50,7 @@
 #define KEYCTL_PFKEYSTAT               14
 #define KEYCTL_MAXID                   15
 
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 #define KEYCTL_NAMES { \
        { 0, 0 }, \
        { "debug", CTLTYPE_INT }, \
        &natt_keepalive_interval, \
 }
 
-#ifdef KERNEL
 #define _ARRAYLEN(p) (sizeof(p)/sizeof(p[0]))
 #define _KEYLEN(key) ((u_int)((key)->sadb_key_bits >> 3))
 #define _KEYBITS(key) ((u_int)((key)->sadb_key_bits))
 #define _KEYBUF(key) ((caddr_t)((caddr_t)(key) + sizeof(struct sadb_key)))
-#endif /*KERNEL*/
 
-#endif /* KERNEL_PRIVATE */
+#endif /* BSD_KERNEL_PRIVATE */
 #endif /* _NETKEY_KEY_VAR_H_ */