svn commit: r327579 - head/usr.sbin/fdcontrol

Warner Losh imp at FreeBSD.org
Fri Jan 5 07:28:50 UTC 2018


Author: imp
Date: Fri Jan  5 07:28:48 2018
New Revision: 327579
URL: https://svnweb.freebsd.org/changeset/base/327579

Log:
  Tag 'a' case as one we're intentionally falling through to
  the 'F' case.
  
  CID: 1008176

Modified:
  head/usr.sbin/fdcontrol/fdcontrol.c

Modified: head/usr.sbin/fdcontrol/fdcontrol.c
==============================================================================
--- head/usr.sbin/fdcontrol/fdcontrol.c	Fri Jan  5 07:24:43 2018	(r327578)
+++ head/usr.sbin/fdcontrol/fdcontrol.c	Fri Jan  5 07:28:48 2018	(r327579)
@@ -82,6 +82,7 @@ main(int argc, char **argv)
 
 		case 'a':
 			autofmt = 1;
+			/*FALLTHROUGH*/
 		case 'F':
 			showfmt = 1;
 			show = 0;


More information about the svn-src-head mailing list