Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/sun3 Remove reg_dump() declaration, which is i...



details:   https://anonhg.NetBSD.org/src/rev/55ae569ee495
branches:  trunk
changeset: 503236:55ae569ee495
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 03 13:02:20 2001 +0000

description:
Remove reg_dump() declaration, which is in <m68k/m68k.h>

diffstat:

 sys/arch/sun3/sun3/trap.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 31a7067955c3 -r 55ae569ee495 sys/arch/sun3/sun3/trap.c
--- a/sys/arch/sun3/sun3/trap.c Sat Feb 03 12:59:48 2001 +0000
+++ b/sys/arch/sun3/sun3/trap.c Sat Feb 03 13:02:20 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.96 2000/12/27 21:58:52 jdolecek Exp $       */
+/*     $NetBSD: trap.c,v 1.97 2001/02/03 13:02:20 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -73,9 +73,6 @@
 #include <sun3/sun3/fc.h>
 #include <sun3/sun3/machdep.h>
 
-/* XXX - Later, get this from <m68k/m68k.h> */
-void   regdump __P((struct trapframe *, int));
-
 #ifdef COMPAT_SUNOS
 #include <compat/sunos/sunos_syscall.h>
 extern struct emul emul_sunos;



Home | Main Index | Thread Index | Old Index