From 198e7d90f90887e429ea87e381fa08b96c8afacc Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 9 Sep 2006 16:35:44 +0000 Subject: [PATCH] Add struct msg to the forwarded declared data structures in mac_policy.h. Obtained from: TrustedBSD Project --- sys/security/mac/mac_policy.h | 1 + sys/sys/mac_policy.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h index 765d42ea40d4..e349f75cfe22 100644 --- a/sys/security/mac/mac_policy.h +++ b/sys/security/mac/mac_policy.h @@ -68,6 +68,7 @@ struct label; struct mac_policy_conf; struct mbuf; struct mount; +struct msg; struct msqid_kernel; struct pipepair; struct proc; diff --git a/sys/sys/mac_policy.h b/sys/sys/mac_policy.h index 765d42ea40d4..e349f75cfe22 100644 --- a/sys/sys/mac_policy.h +++ b/sys/sys/mac_policy.h @@ -68,6 +68,7 @@ struct label; struct mac_policy_conf; struct mbuf; struct mount; +struct msg; struct msqid_kernel; struct pipepair; struct proc;