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/ms.c | |
parent | 149a89d013522a27a0dc04b212d4e235cb9b2d83 (diff) |
sun3 is back up
Diffstat (limited to 'sys/arch/sun3/dev/ms.c')
-rw-r--r-- | sys/arch/sun3/dev/ms.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. |