summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-04-17 04:53:44 +0000
committerbde <bde@FreeBSD.org>1998-04-17 04:53:44 +0000
commite9db8290885f3407596d2c466538bb62dae7e1bc (patch)
tree5cb5c646f716880981ea6652b16330eadaf03df9 /sys/kern/kern_intr.c
parentdc9ddb8fdd49fe67b36f0ba6ff8eae070aced538 (diff)
downloadFreeBSD-src-e9db8290885f3407596d2c466538bb62dae7e1bc.zip
FreeBSD-src-e9db8290885f3407596d2c466538bb62dae7e1bc.tar.gz
Really finish supporting compiling with `gcc -ansi'.
Diffstat (limited to 'sys/kern/kern_intr.c')
-rw-r--r--sys/kern/kern_intr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index c39dea7..384a2d2 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: kern_intr.c,v 1.12 1997/10/06 04:27:32 nate Exp $
+ * $Id: kern_intr.c,v 1.13 1998/02/10 17:10:23 eivind Exp $
*
*/
@@ -61,7 +61,7 @@ typedef struct intrec {
#ifndef SMP
#include <machine/ipl.h>
-static inline intrmask_t
+static __inline intrmask_t
splq(intrmask_t mask)
{
intrmask_t tmp = cpl;
OpenPOWER on IntegriCloud