From c26977581381eabe4690d76f7485b8104dde9ba8 Mon Sep 17 00:00:00 2001 From: hannken Date: Thu, 6 Jul 2000 16:30:47 +0000 Subject: [PATCH] Fix type of WSKBDIO_?ETENCODING. --- sbin/wsconsctl/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/wsconsctl/keyboard.c b/sbin/wsconsctl/keyboard.c index a8fc80b98be2..37a176147920 100644 --- a/sbin/wsconsctl/keyboard.c +++ b/sbin/wsconsctl/keyboard.c @@ -1,4 +1,4 @@ -/* $NetBSD: keyboard.c,v 1.1 1998/12/28 14:01:17 hannken Exp $ */ +/* $NetBSD: keyboard.c,v 1.2 2000/07/06 16:30:47 hannken Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -52,7 +52,7 @@ struct wskbd_map_data kbmap = { KS_NUMKEYCODES, mapdata }; /* used in map_parse. 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 },