Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 11:42:54 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24291 for review
Message-ID:  <200301271942.h0RJgsTL092022@repoman.freebsd.org>

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

Change 24291 by green@green_laptop_2 on 2003/01/27 11:41:54

	Correct the stub POLICY_TRYLOCK() definition to return
	success.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/ss/sidtab.c#2 edit

Differences ...

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

@@ -35,7 +35,7 @@
 #define SIDTAB_UNLOCK(s)  mtx_unlock(&(s)->sidtab_mtx)
 #else
 #define INIT_SIDTAB_LOCK(s) 
-#define SIDTAB_TRYLOCK(s) 0
+#define SIDTAB_TRYLOCK(s) 1
 #define SIDTAB_LOCK(s) 0
 #define SIDTAB_UNLOCK(s)
 #endif

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?200301271942.h0RJgsTL092022>