>From NetBSD

-- 
Alexandr Shadchin

Index: keyboard.c
===================================================================
RCS file: /cvs/src/sbin/wsconsctl/keyboard.c,v
retrieving revision 1.10
diff -u -p -r1.10 keyboard.c
--- keyboard.c  20 Aug 2010 00:20:55 -0000      1.10
+++ keyboard.c  13 Jul 2012 17:47:35 -0000
@@ -49,7 +49,7 @@ struct wskbd_map_data kbmap = { KS_NUMKE
 static struct wskbd_keyrepeat_data repeat;
 static struct wskbd_keyrepeat_data dfrepeat;
 static int ledstate;
-static int kbdencoding;
+static kbd_t kbdencoding;
 
 struct field keyboard_field_tab[] = {
     { "type",                  &kbtype,        FMT_KBDTYPE,    FLG_RDONLY },

Reply via email to