From 71b67e5a560e27117fd4ff9fe76b1e67f1423f1e Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 19 Dec 1993 00:55:01 +0000 Subject: Make everything compile with -Wtraditional. Make it easier to distribute a binary link-kit. Make all non-optional options (pagers, procfs) standard, and update LINT to reflect new symtab requirements. NB: -Wtraditional will henceforth be forgotten. This editing pass was primarily intended to detect any constructions where the old code might have been relying on traditional C semantics or syntax. These were all fixed, and the result of fixing some of them means that -Wall is now a realistic possibility within a few weeks. --- sys/amd64/include/frame.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/amd64/include/frame.h') diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index a7455b6..c61d179 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.4 1993/11/17 23:25:03 wollman Exp $ + * $Id: frame.h,v 1.5 1993/12/03 05:10:00 alm Exp $ */ #ifndef _MACHINE_FRAME_H_ @@ -72,6 +72,8 @@ struct trapframe { int tf_ss; }; +extern int kdb_trap(int, int, struct trapframe *); + /* Interrupt stack frame */ struct intrframe { -- cgit v1.1