X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..143464d58d2bd6378e74eec636961ceb0d32fb91:/bsd/netinet6/ipcomp6.h?ds=sidebyside diff --git a/bsd/netinet6/ipcomp6.h b/bsd/netinet6/ipcomp6.h index 2bd7b6678..41b766614 100644 --- a/bsd/netinet6/ipcomp6.h +++ b/bsd/netinet6/ipcomp6.h @@ -39,10 +39,10 @@ #include #include -#ifdef KERNEL_PRIVATE +#ifdef BSD_KERNEL_PRIVATE extern int ipcomp6_input(struct mbuf **, int *, int); extern int ipcomp6_output(struct mbuf *, u_char *, struct mbuf *, struct secasvar *); -#endif /* KERNEL_PRIVATE */ +#endif /* BSD_KERNEL_PRIVATE */ #endif /*_NETINET6_IPCOMP6_H_*/