Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/wsconsctl Pull up revision 1.2:
details: https://anonhg.NetBSD.org/src/rev/d0a864cc1fc0
branches: netbsd-1-5
changeset: 488456:d0a864cc1fc0
user: hannken <hannken%NetBSD.org@localhost>
date: Fri Jul 07 09:53:42 2000 +0000
description:
Pull up revision 1.2:
- fix type of kbdencoding.
diffstat:
sbin/wsconsctl/keyboard.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b4d81984ac19 -r d0a864cc1fc0 sbin/wsconsctl/keyboard.c
--- a/sbin/wsconsctl/keyboard.c Fri Jul 07 09:50:21 2000 +0000
+++ b/sbin/wsconsctl/keyboard.c Fri Jul 07 09:53:42 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.1.10.1 2000/07/07 09:53:42 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