Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 12:58:23 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>, current@freebsd.org, alpha@freebsd.org
Subject:   Re: [current tinderbox] failure on alpha/alpha
Message-ID:  <20050315105823.GA40174@orion.daedalusnetworks.priv>
In-Reply-To: <20050315100007.GF696@loge.nixsys.be>
References:  <20050315092801.840557306E@freebsd-current.sentex.ca> <20050315100007.GF696@loge.nixsys.be>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-03-15 11:00, Philip Paeps <philip@freebsd.org> wrote:
> On 2005-03-15 04:28:01 (-0500), FreeBSD Tinderbox <tinderbox@freebsd.org> wrote:
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c: In function `pf_dump':
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1147: warning: size_t format, different type arg (arg 3)
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1152: warning: size_t format, different type arg (arg 3)
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1157: warning: size_t format, different type arg (arg 3)
> > *** Error code 1
>
> Ugh, looks like I broke this...
>
> Is there a special magical format to use to printf a time_t without having it
> break on at least one of the architectures we support?

You could probably get away by casting the value to a uintmax_t and
using %ju as the format specifier.



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