diff --git a/sys/arch/mac68k/include/reg.h b/sys/arch/mac68k/include/reg.h index 332cbe6c779b..8266b9c8b59b 100644 --- a/sys/arch/mac68k/include/reg.h +++ b/sys/arch/mac68k/include/reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */ +/* $NetBSD: reg.h,v 1.11 1997/04/09 20:12:44 thorpej Exp $ */ #ifndef _REG_MACHINE_ #define _REG_MACHINE_ @@ -6,9 +6,4 @@ #include #include -__BEGIN_DECLS -/* machdep.c */ -void regdump __P((struct frame *, int)); -__END_DECLS - #endif /* _REG_MACHINE_ */