diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2004-04-09 11:55:27 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2004-04-09 11:55:27 +0000 |
| commit | d010f57a21417f72d75dd67ce772d0b9fd4a4788 (patch) | |
| tree | d83b46857d02a9cefe0cb77c166e96d247552999 /sys | |
| parent | a9903fcc11fd22ec8b74f2b2cc8d4e64ca0766b2 (diff) | |
Include "ite.h" before the first reference of NITE.
Fixes panic with unknown type keyboards (including JP one).
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/hp300/dev/hil.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c index 384bbc0fe85..87f1d11aa1d 100644 --- a/sys/arch/hp300/dev/hil.c +++ b/sys/arch/hp300/dev/hil.c @@ -1,4 +1,4 @@ -/* $NetBSD: hil.c,v 1.61 2003/11/17 14:37:59 tsutsui Exp $ */ +/* $NetBSD: hil.c,v 1.62 2004/04/09 11:55:27 tsutsui Exp $ */ /* * Copyright (c) 1990, 1993 @@ -77,9 +77,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.61 2003/11/17 14:37:59 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.62 2004/04/09 11:55:27 tsutsui Exp $"); #include "opt_compat_hpux.h" +#include "ite.h" #include "rnd.h" #include <sys/param.h> @@ -995,8 +996,6 @@ hilint(v) return (1); } -#include "ite.h" - void hil_process_int(hilp, stat, c) struct hil_softc *hilp; |
