From aebbf030e5378ada4922edcc52bca968a1ee8613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 11 Jun 2009 10:30:30 +0000 Subject: [PATCH] Lower WARNS due to alignment issues on sparc64. --- usr.sbin/arp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile index 829367a770f..6ca9dd204ff 100644 --- a/usr.sbin/arp/Makefile +++ b/usr.sbin/arp/Makefile @@ -4,6 +4,6 @@ PROG= arp MAN= arp.4 arp.8 -WARNS?= 6 +WARNS?= 3 .include