svn commit: r351548 - head/sbin/ping
Alan Somers
asomers at FreeBSD.org
Tue Aug 27 15:34:37 UTC 2019
Author: asomers
Date: Tue Aug 27 15:34:37 2019
New Revision: 351548
URL: https://svnweb.freebsd.org/changeset/base/351548
Log:
ping: raise WARNS level to 6
Submitted by: Ján Sučan <sucanjan at gmail.com>
MFC after: 2 weeks
Sponsored by: Google LLC (Google Summer of Code 2019)
Differential Revision: https://reviews.freebsd.org/D21405
Modified:
head/sbin/ping/Makefile
Modified: head/sbin/ping/Makefile
==============================================================================
--- head/sbin/ping/Makefile Tue Aug 27 14:06:34 2019 (r351547)
+++ head/sbin/ping/Makefile Tue Aug 27 15:34:37 2019 (r351548)
@@ -9,7 +9,6 @@ SRCS= ping.c utils.c
MAN= ping.8
BINOWN= root
BINMODE=4555
-WARNS?= 3
LIBADD= m
.if ${MK_DYNAMICROOT} == "no"
More information about the svn-src-head
mailing list