X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/bsd/netinet/ip_dummynet.h diff --git a/bsd/netinet/ip_dummynet.h b/bsd/netinet/ip_dummynet.h index b55a36b93..dde647d0b 100644 --- a/bsd/netinet/ip_dummynet.h +++ b/bsd/netinet/ip_dummynet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2012 Apple Inc. All rights reserved. + * Copyright (c) 2000-2013 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -417,7 +417,7 @@ struct dn_pipe { /* a pipe */ SLIST_HEAD(dn_pipe_head, dn_pipe); -#ifdef KERNEL +#ifdef BSD_KERNEL_PRIVATE void ip_dn_init(void); /* called from raw_ip.c:load_ipfw() */ @@ -695,7 +695,6 @@ ip_dn_claim_rule(struct mbuf *m) } else return (NULL); } -#endif /* KERNEL */ - +#endif /* BSD_KERNEL_PRIVATE */ #endif /* PRIVATE */ #endif /* _IP_DUMMYNET_H */