Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/wsconsctl Fix type of WSKBDIO_?ETENCODING.



details:   https://anonhg.NetBSD.org/src/rev/1510ca81609b
branches:  trunk
changeset: 494455:1510ca81609b
user:      hannken <hannken%NetBSD.org@localhost>
date:      Thu Jul 06 16:30:47 2000 +0000

description:
Fix type of WSKBDIO_?ETENCODING.

diffstat:

 sbin/wsconsctl/keyboard.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ab443a889643 -r 1510ca81609b sbin/wsconsctl/keyboard.c
--- a/sbin/wsconsctl/keyboard.c Thu Jul 06 16:29:49 2000 +0000
+++ b/sbin/wsconsctl/keyboard.c Thu Jul 06 16:30:47 2000 +0000
@@ -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 @@
 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 },



Home | Main Index | Thread Index | Old Index