summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-16 08:13:17 +0000
committerchris <chris@FreeBSD.org>1999-08-16 08:13:17 +0000
commit3bfe42ba6f75fa38706237b1dcc0600999bf978a (patch)
treec39ac182e10d93796d0d8896ab30caa0a34edb73 /sbin
parent2b51e08e0747d6922bd0e2a5ac361c36c375b641 (diff)
downloadFreeBSD-src-3bfe42ba6f75fa38706237b1dcc0600999bf978a.zip
FreeBSD-src-3bfe42ba6f75fa38706237b1dcc0600999bf978a.tar.gz
-Wmissing-prototypes is unnecessary here. There are no warnings produced
with this option disabled.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ping/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 4de6ae1..dcba2d1 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id: Makefile,v 1.6 1998/09/05 15:11:47 dfr Exp $
+# $Id: Makefile,v 1.7 1998/09/19 22:42:02 obrien Exp $
PROG= ping
MAN8= ping.8
BINMODE=4555
-COPTS+= -Wall -Wmissing-prototypes
+COPTS+= -Wall
.if ${MACHINE_ARCH} == "alpha"
COPTS+= -fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
.endif
OpenPOWER on IntegriCloud