Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/mvme68k/mvme68k Fix another botched pullup: ap...
details: https://anonhg.NetBSD.org/src/rev/8829f44ebe63
branches: netbsd-1-5
changeset: 488798:8829f44ebe63
user: scw <scw%NetBSD.org@localhost>
date: Sat Jul 29 20:43:20 2000 +0000
description:
Fix another botched pullup: approved by thorpej
This file needs <vm/vm.h> and a netintr() prototype
to build on the branch.
diffstat:
sys/arch/mvme68k/mvme68k/softintr.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a8ec484784f1 -r 8829f44ebe63 sys/arch/mvme68k/mvme68k/softintr.c
--- a/sys/arch/mvme68k/mvme68k/softintr.c Sat Jul 29 17:33:49 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/softintr.c Sat Jul 29 20:43:20 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: softintr.c,v 1.1.2.2 2000/07/22 15:53:25 scw Exp $ */
+/* $NetBSD: softintr.c,v 1.1.2.3 2000/07/29 20:43:20 scw Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -48,6 +48,7 @@
#include <sys/sched.h>
#include <sys/vmmeter.h>
+#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
@@ -55,7 +56,7 @@
#include <mvme68k/mvme68k/isr.h>
-
+void netintr __P((void));
struct mvme68k_soft_intrhand *softnet_intrhand;
struct mvme68k_soft_intrhand *softclock_intrhand;
Home |
Main Index |
Thread Index |
Old Index