Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/mac68k Revert a bit of the last change to ma...
details: https://anonhg.NetBSD.org/src/rev/870c4b29ea3a
branches: trunk
changeset: 494293:870c4b29ea3a
user: scottr <scottr%NetBSD.org@localhost>
date: Wed Jul 05 07:33:52 2000 +0000
description:
Revert a bit of the last change to make this compile again.
diffstat:
sys/arch/mac68k/mac68k/intr.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 14ac3cab35e2 -r 870c4b29ea3a sys/arch/mac68k/mac68k/intr.c
--- a/sys/arch/mac68k/mac68k/intr.c Wed Jul 05 05:25:28 2000 +0000
+++ b/sys/arch/mac68k/mac68k/intr.c Wed Jul 05 07:33:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.c,v 1.15 2000/07/02 04:40:38 cgd Exp $ */
+/* $NetBSD: intr.c,v 1.16 2000/07/05 07:33:52 scottr Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -59,6 +59,7 @@
#define ISRLOC 0x18
static int intr_noint __P((void *));
+void netintr __P((void));
static int ((*intr_func[NISR]) __P((void *))) = {
intr_noint,
Home |
Main Index |
Thread Index |
Old Index