PERFORCE change 24630 for review
Robert Watson
rwatson at freebsd.org
Tue Feb 4 02:53:49 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=24630
Change 24630 by rwatson at rwatson_tislabs on 2003/02/03 18:52:52
Merge from SEBSD branch: get sebsd_checkpolicy compiling.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/global.h#5 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/global.h#5 (text+ko) ====
@@ -27,6 +27,8 @@
MALLOC_DECLARE(M_SEBSD_SS);
#define sebsd_malloc(a,b,c) malloc(a,b,c)
#define sebsd_free(a,b) free(a,b)
+#define mtx_lock(a)
+#define mtx_unlock(a)
#else /* _KERNEL */
#include <stdlib.h>
#include <errno.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