From 81f55f1cc8c14c60ab2adbb3500dda2d722987ad Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 9 Apr 1997 20:08:25 +0000 Subject: [PATCH] regdump() is prototyped in m68k/cpu.h now. --- sys/arch/hp300/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index 630010d128d3..1f9b6433b67a 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.22 1997/04/01 03:03:58 scottr Exp $ */ +/* $NetBSD: cpu.h,v 1.23 1997/04/09 20:08:25 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -250,7 +250,6 @@ void ecacheoff __P((void)); /* machdep.c functions */ int badaddr __P((caddr_t)); int badbaddr __P((caddr_t)); -void regdump __P((struct frame *, int)); /* sys_machdep.c functions */ int cachectl __P((int, caddr_t, int));