summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2004-04-13 11:45:28 +0000
committerluigi <luigi@FreeBSD.org>2004-04-13 11:45:28 +0000
commitd4f4d3d662dd22c9f96ba23ce2152e47532fc41f (patch)
tree70cdcc0fea321febd0705d561b3f18486f16851c
parentce58934c26f217ac83da72bdcf78eaadc9efd26a (diff)
downloadFreeBSD-src-d4f4d3d662dd22c9f96ba23ce2152e47532fc41f.zip
FreeBSD-src-d4f4d3d662dd22c9f96ba23ce2152e47532fc41f.tar.gz
Back out previous commit, it was unintentional.
Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386 Noticed by: ru
-rw-r--r--usr.sbin/arp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile
index faa0ab9..6ca9dd2 100644
--- a/usr.sbin/arp/Makefile
+++ b/usr.sbin/arp/Makefile
@@ -4,6 +4,6 @@
PROG= arp
MAN= arp.4 arp.8
-WARNS?= 5
+WARNS?= 3
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud