Author: imp
Date: Sun Aug  8 02:45:14 2010
New Revision: 211055
URL: http://svn.freebsd.org/changeset/base/211055

Log:
  This isn't WARNS=6 safe.  It fails to build on mips.  Retore old
  WARNS?=3 until that's resolved.

Modified:
  head/usr.sbin/syslogd/Makefile

Modified: head/usr.sbin/syslogd/Makefile
==============================================================================
--- head/usr.sbin/syslogd/Makefile      Sun Aug  8 01:25:33 2010        
(r211054)
+++ head/usr.sbin/syslogd/Makefile      Sun Aug  8 02:45:14 2010        
(r211055)
@@ -12,6 +12,8 @@ SRCS= syslogd.c ttymsg.c
 DPADD= ${LIBUTIL}
 LDADD= -lutil
 
+WARNS?= 3
+
 .if ${MK_INET6_SUPPORT} != "no"
 CFLAGS+= -DINET6
 .endif
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to