From c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 4 Feb 1998 22:34:03 +0000 Subject: Turn DIAGNOSTIC into a new-style option. --- sys/amd64/amd64/trap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/amd64/amd64/trap.c') diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index a51c7ee..8d7bd9e 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.119 1997/12/06 04:11:01 sef Exp $ + * $Id: trap.c,v 1.120 1998/01/31 05:00:15 eivind Exp $ */ /* @@ -44,6 +44,7 @@ #include "opt_cpu.h" #include "opt_ddb.h" +#include "opt_diagnostic.h" #include "opt_ktrace.h" #include "opt_trap.h" #include "opt_vm86.h" -- cgit v1.1