summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-05-30 15:18:59 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-05-30 15:18:59 +0000
commitaea373a0648354fae8b4626c674eb025bde7b661 (patch)
treee537d7b40a95665b943bbab084f963a8d1baa6e1
parent4f5535f8f919f3fc2748c8597f3112b9b4a78909 (diff)
add WSKBD_TYPE_SUN5 here, too
-rw-r--r--sbin/wsconsctl/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c
index ec8755a062d..504fc7e856d 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.10 2002/05/22 21:34:02 jason Exp $ */
+/* $OpenBSD: util.c,v 1.11 2002/05/30 15:18:58 jason Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -66,6 +66,7 @@ static const struct nameint kbtype_tab[] = {
{ WSKBD_TYPE_HPC_BTN, "hpc-btn" },
{ WSKBD_TYPE_ADB, "adb" },
{ WSKBD_TYPE_SUN, "sun" },
+ { WSKBD_TYPE_SUN5, "sun5" },
};
static const struct nameint mstype_tab[] = {