summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-05-29 01:47:27 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-05-29 01:47:27 +0000
commitbacc98f181eebfe79f7ea8dbf3dde61b4ac26086 (patch)
tree83d3fa66ccb4d64cee50d1d032f3f9b18c55de03
parent648cec3b065a182c121d705d1224d1f215727adb (diff)
-Wall w/ PCVT_EMU_MOUSE
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_hdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
index 01c54126673..6e6f01b47cd 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_hdr.h,v 1.14 1996/10/17 19:19:02 niklas Exp $ */
+/* $OpenBSD: pcvt_hdr.h,v 1.15 1997/05/29 01:47:26 mickey Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -958,7 +958,7 @@ u_short *Crtat; /* screen start address */
#endif /* PCVT_NETBSD */
#if PCVT_EMU_MOUSE
-struct mousestat mouse = {0};
+struct mousestat mouse = {{0}};
struct mousedefs mousedef = {0x3b, 0x3c, 0x3d, 0, 250000};
#endif /* PCVT_EMU_MOUSE */ /* F1, F2, F3, false, 0.25 sec */