PERFORCE change 63149 for review

Robert Watson rwatson at FreeBSD.org
Wed Oct 13 10:35:50 GMT 2004


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

Change 63149 by rwatson at rwatson_tislabs on 2004/10/13 10:35:37

	Include module.h to get the definition of module_t used in a
	function prototype in mac_policy.h.  Probably a better way to get
	that definition.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_posix_sem.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_posix_sem.c#8 (text+ko) ====

@@ -39,6 +39,7 @@
 #include <sys/kernel.h>
 #include <sys/malloc.h>
 #include <sys/mac.h>
+#include <sys/module.h>
 #include <sys/systm.h>
 #include <sys/sysctl.h>
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list