Date: Wed, 9 May 2018 19:05:27 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333427 - head/sys/contrib/ipfilter/netinet Message-ID: <201805091905.w49J5Rjj024653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed May 9 19:05:27 2018 New Revision: 333427 URL: https://svnweb.freebsd.org/changeset/base/333427 Log: Fix style error introduced in r333393. Reported by: jhb, imp, phk MFC after: 6 days X-MFC with: r333393 Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/contrib/ipfilter/netinet/fil.c ============================================================================== --- head/sys/contrib/ipfilter/netinet/fil.c Wed May 9 18:51:35 2018 (r333426) +++ head/sys/contrib/ipfilter/netinet/fil.c Wed May 9 19:05:27 2018 (r333427) @@ -1299,7 +1299,7 @@ ipf_pr_icmp(fin) } } #endif - /* fallthrough is intentional */ + /* FALLTHROUGH */ case ICMP_SOURCEQUENCH : case ICMP_REDIRECT : case ICMP_TIMXCEED :
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805091905.w49J5Rjj024653>