diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-19 23:09:36 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-19 23:09:36 +0000 |
commit | 50df8ce0a7dbdf92c60e523d0e4f1af70cd1f54b (patch) | |
tree | 031105b683b6543681568e9a9c110ea30db8243e /sys/arch/sun3/dev | |
parent | 149a89d013522a27a0dc04b212d4e235cb9b2d83 (diff) |
sun3 is back up
Diffstat (limited to 'sys/arch/sun3/dev')
-rw-r--r-- | sys/arch/sun3/dev/kbd.c | 4 | ||||
-rw-r--r-- | sys/arch/sun3/dev/kbd_xlate.h | 4 | ||||
-rw-r--r-- | sys/arch/sun3/dev/ms.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sun3/dev/kbd.c b/sys/arch/sun3/dev/kbd.c index d7994f2ee39..bf1eeedc7b3 100644 --- a/sys/arch/sun3/dev/kbd.c +++ b/sys/arch/sun3/dev/kbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kbd.c,v 1.3 1997/08/19 11:48:04 kstailey Exp $ */ +/* $OpenBSD: kbd.c,v 1.4 1997/08/19 23:09:35 kstailey Exp $ */ /* $NetBSD: kbd.c,v 1.8 1996/05/17 19:32:06 gwr Exp $ */ /* @@ -76,7 +76,7 @@ #include <machine/kbd.h> #include <machine/kbio.h> -#include "event_var.h" +#include "../../../dev/sun/event_var.h" #include "kbd_xlate.h" /* diff --git a/sys/arch/sun3/dev/kbd_xlate.h b/sys/arch/sun3/dev/kbd_xlate.h index a7cf47061ae..2a811e0ece5 100644 --- a/sys/arch/sun3/dev/kbd_xlate.h +++ b/sys/arch/sun3/dev/kbd_xlate.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kbd_xlate.h,v 1.1 1997/08/19 11:48:07 kstailey Exp $ */ +/* $OpenBSD: kbd_xlate.h,v 1.2 1997/08/19 23:09:32 kstailey Exp $ */ /* $NetBSD: kbd_xlate.h,v 1.1.1.1 1996/01/24 01:15:35 gwr Exp $ */ /* @@ -49,7 +49,7 @@ * This defines the interface provided by kbd_xlate() */ -#include <dev/sun/kbd_tables.h> +#include "kbd_tables.h" #define KEY_CODE(c) ((c) & KBD_KEYMASK) /* keyboard code index */ #define KEY_UP(c) ((c) & KBD_UP) /* true => key went up */ diff --git a/sys/arch/sun3/dev/ms.c b/sys/arch/sun3/dev/ms.c index 69be7655788..7128789dbe1 100644 --- a/sys/arch/sun3/dev/ms.c +++ b/sys/arch/sun3/dev/ms.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ms.c,v 1.3 1997/08/19 11:48:08 kstailey Exp $ */ +/* $OpenBSD: ms.c,v 1.4 1997/08/19 23:09:34 kstailey Exp $ */ /* $NetBSD: ms.c,v 1.6 1996/05/17 19:32:09 gwr Exp $ */ /* @@ -70,7 +70,7 @@ #include <machine/z8530var.h> #include <machine/vuid_event.h> -#include "event_var.h" +#include "../../../dev/sun/event_var.h" /* * How many input characters we can buffer. |