Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2003 12:16:32 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 35051 for review
Message-ID:  <200307261916.h6QJGWKZ069502@repoman.freebsd.org>

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

Change 35051 by rwatson@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307261916.h6QJGWKZ069502>