summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-11-08 22:04:53 +0000
committermickey <mickey@openbsd.org>2002-11-08 22:04:53 +0000
commit5ddd261a8321fd9aeef0ea18fd79cddee1ef75fc (patch)
treea62dca43f503a470c332f9f8973030590efeef33
parentonly reset the pending fpu exceptions on fork, not the rest of the fpu status reg (diff)
downloadwireguard-openbsd-5ddd261a8321fd9aeef0ea18fd79cddee1ef75fc.tar.xz
wireguard-openbsd-5ddd261a8321fd9aeef0ea18fd79cddee1ef75fc.zip
a missing next kbd type
-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 f5ac93f6df8..80c71d2bc40 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.13 2002/07/25 19:01:15 miod Exp $ */
+/* $OpenBSD: util.c,v 1.14 2002/11/08 22:04:53 mickey Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -62,6 +62,7 @@ static const struct nameint kbtype_tab[] = {
{ WSKBD_TYPE_PC_XT, "pc-xt" },
{ WSKBD_TYPE_PC_AT, "pc-at" },
{ WSKBD_TYPE_USB, "usb" },
+ { WSKBD_TYPE_NEXT, "NeXT" },
{ WSKBD_TYPE_HPC_KBD, "hpc-kbd" },
{ WSKBD_TYPE_HPC_BTN, "hpc-btn" },
{ WSKBD_TYPE_ADB, "adb" },