svn commit: r351172 - head/sbin/ping6

Alan Somers asomers at FreeBSD.org
Sat Aug 17 17:22:09 UTC 2019


Author: asomers
Date: Sat Aug 17 17:22:08 2019
New Revision: 351172
URL: https://svnweb.freebsd.org/changeset/base/351172

Log:
  ping6: Raise WARNS level to 6
  
  Submitted by:	Ján Sučan <sucanjan at gmail.com>
  MFC after:	2 weeks
  Sponsored by:	Google, inc. (Google Summer of Code 2019)
  Differential Revision:	https://reviews.freebsd.org/D21260

Modified:
  head/sbin/ping6/Makefile

Modified: head/sbin/ping6/Makefile
==============================================================================
--- head/sbin/ping6/Makefile	Sat Aug 17 15:25:01 2019	(r351171)
+++ head/sbin/ping6/Makefile	Sat Aug 17 17:22:08 2019	(r351172)
@@ -7,7 +7,6 @@ PROG=	ping6
 MAN=	ping6.8
 
 CFLAGS+=-DIPSEC -DKAME_SCOPEID
-WARNS?=	3
 
 BINOWN=	root
 BINMODE=4555


More information about the svn-src-head mailing list