X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a3d08fcd5120d2aa8303b6349ca8b14e3f284af3..91447636331957f3d9b5ca5b508f07c526b0074d:/bsd/net/if_faith.h diff --git a/bsd/net/if_faith.h b/bsd/net/if_faith.h index 3e97f5744..953c9b081 100644 --- a/bsd/net/if_faith.h +++ b/bsd/net/if_faith.h @@ -34,13 +34,11 @@ #define _NET_IF_FAITH_H_ #include -#ifdef KERNEL -#ifdef __APPLE_API_PRIVATE +#ifdef KERNEL_PRIVATE #if INET6 struct in6_addr; -int faithprefix __P((struct in6_addr *)); +int faithprefix(struct in6_addr *); #endif /* INET6 */ -#endif /* __APPLE_API_PRIVATE */ -#endif /* KERNEL */ +#endif /* KERNEL_PRIVATE */ #endif /* _NET_IF_FAITH_H_ */