diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 03:58:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 03:58:41 +0000 |
commit | b749c3aba0180041263e063387bed6f22961b30e (patch) | |
tree | 2bceefbc45dc1f5ac7e70a89f045bd45634d1459 /sys/arch | |
parent | ed2e214c16aa1fa050587d6e108c5b8a0f2800a6 (diff) |
Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/dev/com_ebus.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/zs.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/com_ebus.c b/sys/arch/sparc64/dev/com_ebus.c index 18a03ebb742..27f337dc83a 100644 --- a/sys/arch/sparc64/dev/com_ebus.c +++ b/sys/arch/sparc64/dev/com_ebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_ebus.c,v 1.4 2002/01/24 03:38:56 jason Exp $ */ +/* $OpenBSD: com_ebus.c,v 1.5 2002/01/25 03:58:39 jason Exp $ */ /* $NetBSD: com_ebus.c,v 1.6 2001/07/24 19:27:10 eeh Exp $ */ /* @@ -49,7 +49,6 @@ #include <dev/cons.h> #include <dev/ic/comvar.h> -#include <dev/sun/kbd_ms_ttyvar.h> cdev_decl(com); /* XXX this belongs elsewhere */ diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c index 3feba2602c2..74a392aedd1 100644 --- a/sys/arch/sparc64/dev/zs.c +++ b/sys/arch/sparc64/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.7 2002/01/25 03:36:25 jason Exp $ */ +/* $OpenBSD: zs.c,v 1.8 2002/01/25 03:58:39 jason Exp $ */ /* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */ /*- @@ -68,7 +68,6 @@ #include <dev/cons.h> #include <sparc64/dev/z8530reg.h> -#include <dev/sun/kbd_ms_ttyvar.h> #include <ddb/db_output.h> #include <sparc64/dev/cons.h> |