PERFORCE change 35051 for review
Robert Watson
rwatson at FreeBSD.org
Sat Jul 26 19:16:32 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=35051
Change 35051 by rwatson at rwatson_tislabs on 2003/07/26 12:16:10
For now, don't inline the _unbusy primitive, because it causes
this version of the kern_mac.c implementation to break on gcc 3.3
due to inline failures.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#393 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#393 (text+ko) ====
@@ -330,7 +330,7 @@
return (ret);
}
-static __inline void
+static void
mac_policy_list_unbusy(void)
{
mtx_lock(&mac_policy_mtx);
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