summaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_framework.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
commit677b542ea243380af64822b30e4ef5f7a6d978ee (patch)
treead364cba90f71a140a75adc093d72da422d69b81 /sys/security/mac/mac_framework.c
parent8c9bbf484a5ca7418073642108684d9b0bcd5cfd (diff)
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.c')
-rw-r--r--sys/security/mac/mac_framework.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c
index fb06edea3012..e5e25dc520c1 100644
--- a/sys/security/mac/mac_framework.c
+++ b/sys/security/mac/mac_framework.c
@@ -32,16 +32,16 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+
/*
- * Developed by the TrustedBSD Project.
- *
* Framework for extensible kernel access control. Kernel and userland
* interface to the framework, policy registration and composition.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_mac.h"
#include "opt_devfs.h"