PERFORCE change 118465 for review

Robert Watson rwatson at FreeBSD.org
Fri Apr 20 11:39:02 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=118465

Change 118465 by rwatson at rwatson_zoo on 2007/04/20 11:38:15

	Clean up and update copyrights; update includes for new world order.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/mac/mac_audit.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/mac/mac_audit.c#6 (text+ko) ====

@@ -1,7 +1,7 @@
 /*-
- * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson
+ * Copyright (c) 1999-2002, 2007 Robert N. M. Watson
  * Copyright (c) 2001 Ilmar S. Habibulin
- * Copyright (c) 2001, 2002, 2003, 2004 Networks Associates Technology, Inc.
+ * Copyright (c) 2001-2004 Networks Associates Technology, Inc.
  *
  * This software was developed by Robert Watson and Ilmar Habibulin for the
  * TrustedBSD Project.
@@ -37,13 +37,13 @@
 
 #include <sys/param.h>
 #include <sys/module.h>
-#include <sys/mac.h>
-#include <sys/mac_policy.h>
 #include <sys/vnode.h>
 
 #include <security/audit/audit.h>
 
+#include <security/mac/mac_framework.h>
 #include <security/mac/mac_internal.h>
+#include <security/mac/mac_policy.h>
 
 int
 mac_check_system_audit(struct ucred *cred, void *record, int length)


More information about the p4-projects mailing list