Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 2010 20:50:58 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        olli@FreeBSD.org
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r211023 - head/usr.sbin/syslogd
Message-ID:  <20100807.205058.260300877050427878.imp@bsdimp.com>
In-Reply-To: <201008071620.o77GKDBb091327@svn.freebsd.org>
References:  <201008071620.o77GKDBb091327@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <201008071620.o77GKDBb091327@svn.freebsd.org>
            Oliver Fromme <olli@FreeBSD.org> writes:
: Author: olli
: Date: Sat Aug  7 16:20:12 2010
: New Revision: 211023
: URL: http://svn.freebsd.org/changeset/base/211023
: Modified: head/usr.sbin/syslogd/Makefile
: ==============================================================================
: --- head/usr.sbin/syslogd/Makefile	Sat Aug  7 16:14:40 2010	(r211022)
: +++ head/usr.sbin/syslogd/Makefile	Sat Aug  7 16:20:12 2010	(r211023)
: @@ -12,7 +12,7 @@ SRCS=	syslogd.c ttymsg.c
:  DPADD=	${LIBUTIL}
:  LDADD=	-lutil
:  
: -WARNS?=	3
: +WARNS?=	6
:  
:  .if ${MK_INET6_SUPPORT} != "no"
:  CFLAGS+= -DINET6

This breaks MIPS, so I've reverted it.  Please make sure that all
architectures work when bumping up WARNS.

Thanks!

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100807.205058.260300877050427878.imp>