summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/include')
-rw-r--r--sys/arch/mvme68k/include/intr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/include/intr.h b/sys/arch/mvme68k/include/intr.h
index cd0c173bb3d..f13dd140750 100644
--- a/sys/arch/mvme68k/include/intr.h
+++ b/sys/arch/mvme68k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.5 2002/03/14 01:26:37 millert Exp $ */
+/* $OpenBSD: intr.h,v 1.6 2002/03/14 03:15:56 millert Exp $ */
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@ -42,7 +42,7 @@ extern unsigned char ssir;
#define setsoftint(x) ssir |= (x)
#define setsoftnet() ssir |= SIR_NET
#define setsoftclock() ssir |= SIR_CLOCK
-u_long allocate_sir __P((void (*proc)(), void *arg));
+u_long allocate_sir(void (*proc)(), void *arg);
#define _spl(s) \
({ \