diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-22 21:35:35 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-22 21:35:35 +0000 |
commit | cb923ab23a4327cb3ba8911387be536a0f1deaa5 (patch) | |
tree | c316ae7ff4f46a837c062d908ba550040f332fbf /sys/arch/i386/isa/pcvt/pcvt_kbd.h | |
parent | 587476c34bf5a32f3795d7e25eaac365650efa98 (diff) |
GCC 2.8 -Wall
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_kbd.h')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_kbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_kbd.h b/sys/arch/i386/isa/pcvt/pcvt_kbd.h index c95375e8fa0..cd552a4d225 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_kbd.h +++ b/sys/arch/i386/isa/pcvt/pcvt_kbd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_kbd.h,v 1.4 1996/08/01 23:23:27 deraadt Exp $ */ +/* $OpenBSD: pcvt_kbd.h,v 1.5 1998/02/22 21:35:34 niklas Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -110,7 +110,7 @@ typedef struct static Ovl_tbl *ovltbl; /* the table itself */ -static ovlinitflag = 0; /* the init flag for the table */ +static int ovlinitflag = 0; /* the init flag for the table */ /* * key codes >= 128 denote "virtual" shift/control |