From: zrj Date: Thu, 26 Apr 2018 07:02:30 +0000 (+0300) Subject: ps(1): Add fallthrough. X-Git-Tag: v5.5.0~699 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/4db97fbc36f9a79198b4adad8aa63c98309b6854 ps(1): Add fallthrough. Fallthrough is intended here, check 4e1c727bebeb810ba7a97614113c24690d2da5e3. --- diff --git a/bin/ps/print.c b/bin/ps/print.c index 8f6e87b5fd..5c449f3647 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -236,7 +236,7 @@ state(const KINFO *k, const struct varent *vent) *cp = 'D'; /* uninterruptable wait */ else *cp = 'B'; /* uninterruptable lwkt wait */ - /*break;*/ + /* FALLTHROUGH */ case LSRUN: if (KI_LWP(k, stat) == LSRUN) {