diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-13 07:21:56 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-13 07:21:56 +0000 |
commit | d7ffaecd740c32cef0ebbbaea5593643078aba02 (patch) | |
tree | 27cb45830a154edb57affcc84c535e25d5138e8a /sys/arch/hp300/stand/hil.c | |
parent | 49b0ac5cb535a1d7ce8d971defd3a1f7800a0d20 (diff) |
APCI support and new CPU configuration from NetBSD.
Fix all of the include refs.
Bump version number to 2.1.
Diffstat (limited to 'sys/arch/hp300/stand/hil.c')
-rw-r--r-- | sys/arch/hp300/stand/hil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/stand/hil.c b/sys/arch/hp300/stand/hil.c index fc1383f5f2b..51338ca57fa 100644 --- a/sys/arch/hp300/stand/hil.c +++ b/sys/arch/hp300/stand/hil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hil.c,v 1.4 1997/04/16 11:56:38 downsj Exp $ */ +/* $OpenBSD: hil.c,v 1.5 1997/07/13 07:21:48 downsj Exp $ */ /* $NetBSD: hil.c,v 1.2 1997/04/14 19:00:10 thorpej Exp $ */ /* @@ -56,8 +56,8 @@ #include <hp300/dev/kbdmap.h> #include <hp300/dev/itevar.h> -#include "samachdep.h" -#include "kbdvar.h" +#include <hp300/stand/samachdep.h> +#include <hp300/stand/kbdvar.h> #ifndef SMALL |