svn commit: r333427 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Wed May 9 19:05:28 UTC 2018


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 :


More information about the svn-src-all mailing list