Date: Tue, 27 Aug 2019 15:34:37 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351548 - head/sbin/ping Message-ID: <201908271534.x7RFYbxw039475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908271534.x7RFYbxw039475>