svn commit: r206843 - head/sbin/ipfw

Luigi Rizzo rizzo at iet.unipi.it
Mon Apr 19 16:36:59 UTC 2010


On Mon, Apr 19, 2010 at 11:01:40AM -0500, Robert Noland wrote:
...
> >+#ifdef TCC
> >+#define U64_FMT "I64"
> >+#else
> >+#define U64_FMT "llu"
> 
> This is broken on amd64.  It either needs casting or the following patch...

thanks, i prefer passing through an unsigned long long as in
the previous version because %ju seems less portable than %llu

cheers
luigi


More information about the svn-src-all mailing list