svn commit: r211055 - head/usr.sbin/syslogd

Warner Losh imp at FreeBSD.org
Sun Aug 8 02:45:15 UTC 2010


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


More information about the svn-src-head mailing list