Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/dev Include "ite.h" before the first referenc...
details: https://anonhg.NetBSD.org/src/rev/73a361e0e4cb
branches: trunk
changeset: 565448:73a361e0e4cb
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Apr 09 11:55:27 2004 +0000
description:
Include "ite.h" before the first reference of NITE.
Fixes panic with unknown type keyboards (including JP one).
diffstat:
sys/arch/hp300/dev/hil.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 37cc2f8d97df -r 73a361e0e4cb sys/arch/hp300/dev/hil.c
--- a/sys/arch/hp300/dev/hil.c Fri Apr 09 04:01:42 2004 +0000
+++ b/sys/arch/hp300/dev/hil.c Fri Apr 09 11:55:27 2004 +0000
@@ -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 @@
return (1);
}
-#include "ite.h"
-
void
hil_process_int(hilp, stat, c)
struct hil_softc *hilp;
Home |
Main Index |
Thread Index |
Old Index