svn commit: r319930 - head/contrib/ipfilter/tools

Cy Schubert cy at FreeBSD.org
Wed Jun 14 02:42:40 UTC 2017


Author: cy
Date: Wed Jun 14 02:42:38 2017
New Revision: 319930
URL: https://svnweb.freebsd.org/changeset/base/319930

Log:
  Chase r319848: remove -v option from getopt() call.

Modified:
  head/contrib/ipfilter/tools/ippool.c

Modified: head/contrib/ipfilter/tools/ippool.c
==============================================================================
--- head/contrib/ipfilter/tools/ippool.c	Wed Jun 14 02:41:22 2017	(r319929)
+++ head/contrib/ipfilter/tools/ippool.c	Wed Jun 14 02:42:38 2017	(r319930)
@@ -99,7 +99,7 @@ main(argc, argv)
 
 	assigndefined(getenv("IPPOOL_PREDEFINED"));
 
-	switch (getopt(argc, argv, "aAf:FlrRsv"))
+	switch (getopt(argc, argv, "aAf:FlrRs"))
 	{
 	case 'a' :
 		err = poolnodecommand(0, argc, argv);


More information about the svn-src-all mailing list