summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2014-08-29 08:20:03 +0000
committerdumbbell <dumbbell@FreeBSD.org>2014-08-29 08:20:03 +0000
commit7804cefc6394c83b9c1464cfdb246c2560c4459a (patch)
treede81f4feac7fec9f9d4866861a4e918ef9a7d5d1 /sys/dev/vt
parente4c6496a5495c21f28177fe48837a541435a4af6 (diff)
downloadFreeBSD-src-7804cefc6394c83b9c1464cfdb246c2560c4459a.zip
FreeBSD-src-7804cefc6394c83b9c1464cfdb246c2560c4459a.tar.gz
vt(4): Indicate that KDSETRAD case falls through the next case
CID: 1229953 MFC after: 1 week
Diffstat (limited to 'sys/dev/vt')
-rw-r--r--sys/dev/vt/vt_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
index 6ccd53b..2f5e9c9 100644
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -1799,6 +1799,7 @@ skip_thunk:
case KDSETRAD: /* set keyboard repeat & delay rates (old) */
if (*(int *)data & ~0x7f)
return (EINVAL);
+ /* FALLTHROUGH */
case GIO_KEYMAP:
case PIO_KEYMAP:
case GIO_DEADKEYMAP:
OpenPOWER on IntegriCloud