Date: Sun, 25 Dec 2005 16:43:09 +0100 From: Stefan Farfeleder <stefan@fafoe.narf.at> To: Max Laier <max@love2party.net> Cc: freebsd-current@freebsd.org Subject: Re: [head tinderbox] failure on i386/pc98 Message-ID: <20051225154307.GH63814@wombat.fafoe.narf.at> In-Reply-To: <200512251634.34247.max@love2party.net> References: <20051225112128.8367F7302F@freebsd-current.sentex.ca> <200512251634.34247.max@love2party.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 25, 2005 at 04:34:27PM +0100, Max Laier wrote: > On Sunday 25 December 2005 12:21, FreeBSD Tinderbox wrote: > > ===> usr.sbin/authpf (all) > > cc -O2 -pipe -I/src/usr.sbin/authpf/../../contrib/pf/pfctl -Wall -Werror > > -DENABLE_ALTQ -c /src/usr.sbin/authpf/../../contrib/pf/authpf/authpf.c > > /src/usr.sbin/authpf/../../contrib/pf/authpf/authpf.c: In function > > `change_filter': /src/usr.sbin/authpf/../../contrib/pf/authpf/authpf.c:706: > > warning: long int format, time_t arg (arg 5) *** Error code 1 > > So this is a sideeffect of xprintf, I suppose? Does that mean tinderboxes > enable it by default or why do we get it here? I failed to reproduce this > error on my buildbox so far. No, it's src/sys/sys/_timeval.h rev 1.2 which made struct timeval's member tv_sec a time_t. Stefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051225154307.GH63814>