From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- sys/amd64/include/frame.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/amd64/include/frame.h') diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index db2993e..9bee6ed 100644 --- a/sys/amd64/include/frame.h +++ b/sys/amd64/include/frame.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 - * $Id: frame.h,v 1.7 1994/01/03 07:55:32 davidg Exp $ + * $Id: frame.h,v 1.9 1994/05/25 08:56:02 rgrimes Exp $ */ #ifndef _MACHINE_FRAME_H_ @@ -72,8 +72,6 @@ struct trapframe { int tf_ss; }; -extern int kdb_trap(int, int, struct trapframe *); - /* Interrupt stack frame */ struct intrframe { @@ -137,4 +135,8 @@ struct sigframe { sig_t sf_handler; struct sigcontext sf_sc; }; + +int kdb_trap __P((int, int, struct trapframe *)); +int math_emulate __P((struct trapframe * info)); + #endif /* _MACHINE_FRAME_H_ */ -- cgit v1.1