PERFORCE change 35302 for review
Robert Watson
rwatson at FreeBSD.org
Fri Aug 1 01:33:45 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=35302
Change 35302 by rwatson at rwatson_tislabs on 2003/07/31 18:33:04
Put back the __inline -- the default kernel build settings
have been set back to something ressembling what gcc 3.2
did.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#394 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#394 (text+ko) ====
@@ -330,7 +330,7 @@
return (ret);
}
-static void
+static __inline 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