X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/sys/domain.h diff --git a/bsd/sys/domain.h b/bsd/sys/domain.h index c0e3ad112..e6a75966c 100644 --- a/bsd/sys/domain.h +++ b/bsd/sys/domain.h @@ -54,11 +54,14 @@ * SUCH DAMAGE. * * @(#)domain.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD: src/sys/sys/domain.h,v 1.14 1999/12/29 04:24:40 peter Exp $ */ -#ifndef _SYS_DOMAIN_H_ +#ifndef _SYS_DOMAIN_H_ #define _SYS_DOMAIN_H_ +#include + /* * Structure per communications domain. */ @@ -66,6 +69,7 @@ /* * Forward structure declarations for function prototypes [sic]. */ +#ifdef __APPLE_API_UNSTABLE struct mbuf; struct domain { @@ -102,4 +106,5 @@ extern int net_del_domain(struct domain *); */ #endif +#endif /* __APPLE_API_UNSTABLE */ #endif /* _SYS_DOMAIN_H_ */