From 55cb3cb6be7b79867f2a11376cd74e31e78a3009 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Mon, 16 Aug 1999 08:13:17 +0000 Subject: [PATCH] -Wmissing-prototypes is unnecessary here. There are no warnings produced with this option disabled. --- sbin/ping/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 4de6ae10bf83..dcba2d18e0fd 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