Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 18:53:49 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24630 for review
Message-ID:  <200302040253.h142rnPJ084292@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24630

Change 24630 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302040253.h142rnPJ084292>