diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-02-26 20:44:50 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-02-26 20:44:50 +0000 |
| commit | f97e834b0271a1faffd1c29aff764379ee8a4c5c (patch) | |
| tree | 33fa811bcbaadb14746ab3e21b9a63f34920170d /sys/security | |
| parent | f4114c3d7f4ba09afaa810cbaf68a3e8f5682c11 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac/mac_policy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h index a005f01d24627..0c3eff8c8e216 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; |
