PERFORCE change 24291 for review
Brian Feldman
green at freebsd.org
Mon Jan 27 19:42:54 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=24291
Change 24291 by green at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list