diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-18 06:49:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-18 06:49:27 +0000 |
commit | 3fcfab38a36ff91da2f3299b2d2929f8fcacb797 (patch) | |
tree | 89ee6edc51779afa625cead74f0110db5259e13a /sys/arch | |
parent | 5cf4c19e580959337edd9b18ca93c1bc69d25b81 (diff) |
oops
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 6178e129e84..607989db29d 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.27 1997/07/18 05:32:27 mickey Exp $ */ +/* $OpenBSD: locore.s,v 1.28 1997/07/18 06:49:26 mickey Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -64,7 +64,7 @@ #include <machine/specialreg.h> #include <machine/trap.h> -#inclide <dev/isa/isareg.h> +#include <dev/isa/isareg.h> #include <i386/isa/debug.h> #define ALIGN_DATA .align 2 |