diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
| commit | 0b08f5f73743f75cfe4603d65bf68a36aca310af (patch) | |
| tree | f2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/kern/subr_trap.c | |
| parent | dbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_trap.c')
| -rw-r--r-- | sys/kern/subr_trap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 8d7bd9efe1f2..79715f5ccc3e 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.120 1998/01/31 05:00:15 eivind Exp $ + * $Id: trap.c,v 1.121 1998/02/04 22:32:12 eivind Exp $ */ /* @@ -44,7 +44,6 @@ #include "opt_cpu.h" #include "opt_ddb.h" -#include "opt_diagnostic.h" #include "opt_ktrace.h" #include "opt_trap.h" #include "opt_vm86.h" |
