svn commit: r353083 - stable/11/contrib/ipfilter/tools

Cy Schubert cy at FreeBSD.org
Fri Oct 4 01:58:14 UTC 2019


Author: cy
Date: Fri Oct  4 01:58:13 2019
New Revision: 353083
URL: https://svnweb.freebsd.org/changeset/base/353083

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

Modified:
  stable/11/contrib/ipfilter/tools/ippool.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/ipfilter/tools/ippool.c
==============================================================================
--- stable/11/contrib/ipfilter/tools/ippool.c	Fri Oct  4 01:56:21 2019	(r353082)
+++ stable/11/contrib/ipfilter/tools/ippool.c	Fri Oct  4 01:58:13 2019	(r353083)
@@ -93,7 +93,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