PERFORCE change 35302 for review

Robert Watson rwatson at FreeBSD.org
Thu Jul 31 18:33:48 PDT 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);


More information about the p4-projects mailing list