1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/xosview/files/patch-kernel.h

16 lines
276 B
C
Raw Normal View History

--- bsd/kernel.h.orig Fri May 29 14:21:36 1998
+++ bsd/kernel.h Tue Aug 21 10:50:17 2001
@@ -67,7 +67,11 @@
#endif
-#define NUM_INTR 16
+#if defined(XOSVIEW_FREEBSD) && defined(__alpha__)
+# define NUM_INTR 256
+#else
+# define NUM_INTR 16
+#endif
int
BSDIntrInit();