Fix type of WSKBDIO_?ETENCODING.

This commit is contained in:
hannken 2000-07-06 16:30:47 +00:00
parent c8793c3d7e
commit c269775813
1 changed files with 2 additions and 2 deletions

View File

@ -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 },