summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-02-26 20:44:50 +0000
committerrwatson <rwatson@FreeBSD.org>2004-02-26 20:44:50 +0000
commit72bc38c826a05591a917647bfc8af407577d7664 (patch)
tree33fa811bcbaadb14746ab3e21b9a63f34920170d /sys/security
parentb9e0b0f9af17c15aefd85f81a2d2eab7ed6fb575 (diff)
downloadFreeBSD-src-72bc38c826a05591a917647bfc8af407577d7664.zip
FreeBSD-src-72bc38c826a05591a917647bfc8af407577d7664.tar.gz
Forward declare struct proc, struct sockaddr, and struct thread, which
are employed in entry points later in the same include file. Obtained from: TrustedBSD Project Sponsored by: DARPA, Air Force Research Laboratory, McAfee Research
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_policy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index a005f01..0c3eff8 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -64,10 +64,13 @@ struct mac_policy_conf;
struct mbuf;
struct mount;
struct pipepair;
+struct proc;
struct sbuf;
+struct sockaddr;
struct socket;
struct sysctl_oid;
struct sysctl_req;
+struct thread;
struct ucred;
struct uio;
struct vattr;
OpenPOWER on IntegriCloud