PERFORCE change 84132 for review

Christian S.J. Peron csjp at FreeBSD.org
Thu Sep 22 15:53:11 GMT 2005


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

Change 84132 by csjp at csjp_xor on 2005/09/22 15:52:39

	Add includes for sx(9). This unbreaks the build.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_chkexec/mac_chkexec.c#16 edit

Differences ...

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

@@ -31,6 +31,7 @@
 #include <sys/kdb.h>
 #include <sys/extattr.h>
 #include <sys/kernel.h>
+#include <sys/lock.h>
 #include <sys/mman.h>
 #include <sys/mac.h>
 #include <sys/md5.h>
@@ -41,6 +42,7 @@
 #include <sys/systm.h>
 #include <sys/sysproto.h>
 #include <sys/sysent.h>
+#include <sys/sx.h>
 #include <sys/queue.h>
 #include <sys/tree.h>
 #include <sys/vnode.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