Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 12:44:47 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23802 for review
Message-ID:  <200301162044.h0GKiluM051292@repoman.freebsd.org>

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

Change 23802 by green@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@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?200301162044.h0GKiluM051292>