PERFORCE change 23802 for review

Brian Feldman green at freebsd.org
Thu Jan 16 20:44:47 GMT 2003


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

Change 23802 by green at green_laptop_2 on 2003/01/16 12:44:42

	If !_KERNEL, nullify mtx_lock() calls.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/ss/global.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/ss/global.h#2 (text+ko) ====

@@ -32,6 +32,8 @@
 #include <errno.h>
 #define sebsd_malloc(a,b,c) (c&M_ZERO)?calloc(1,a):malloc(a)
 #define sebsd_free(a,b) free(a)
+#define	mtx_lock(a)
+#define	mtx_unlock(a)
 #endif /* _KERNEL */
 
 extern int ss_initialized;
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