]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_icmp.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / netinet / ip_icmp.h
index 44ce3cbf9b089aa0da108a927036ec5a7c58f1e3..3438a1bdb7ac3019ef73b6edaaab43fd426a819c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2008-2013 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -227,10 +227,9 @@ struct icmp {
        (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
        (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
 
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 void   icmp_error(struct mbuf *, int, int, n_long, u_int32_t);
 void   icmp_input(struct mbuf *, int);
 int     ip_next_mtu(int, int);
-#endif /* KERNEL_PRIVATE */
-
-#endif
+#endif /* BSD_KERNEL_PRIVATE */
+#endif /* _NETINET_IP_ICMP_H_ */