svn commit: r193984 - head/usr.sbin/arp

Dag-Erling Smorgrav des at FreeBSD.org
Thu Jun 11 10:30:31 UTC 2009


Author: des
Date: Thu Jun 11 10:30:30 2009
New Revision: 193984
URL: http://svn.freebsd.org/changeset/base/193984

Log:
  Lower WARNS due to alignment issues on sparc64.

Modified:
  head/usr.sbin/arp/Makefile

Modified: head/usr.sbin/arp/Makefile
==============================================================================
--- head/usr.sbin/arp/Makefile	Thu Jun 11 10:26:38 2009	(r193983)
+++ head/usr.sbin/arp/Makefile	Thu Jun 11 10:30:30 2009	(r193984)
@@ -4,6 +4,6 @@
 PROG=	arp
 MAN=	arp.4 arp.8
 
-WARNS?=	6
+WARNS?=	3
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list