Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/x68k Prototype netintr().



details:   https://anonhg.NetBSD.org/src/rev/e8bb19fef03c
branches:  trunk
changeset: 495457:e8bb19fef03c
user:      minoura <minoura%NetBSD.org@localhost>
date:      Fri Jul 28 14:58:01 2000 +0000

description:
Prototype netintr().

diffstat:

 sys/arch/x68k/x68k/machdep.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5c2640001763 -r e8bb19fef03c sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Fri Jul 28 14:46:37 2000 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Fri Jul 28 14:58:01 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.86 2000/07/02 05:45:12 cgd Exp $ */
+/*     $NetBSD: machdep.c,v 1.87 2000/07/28 14:58:01 minoura Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -947,6 +947,8 @@
        return(0);
 }
 
+void netintr __P((void));
+
 void
 netintr()
 {



Home | Main Index | Thread Index | Old Index