On Fri, Dec 19, 2003 at 11:37:18AM +0200, Ruslan Ermilov wrote: > On Thu, Dec 18, 2003 at 08:39:32PM -0500, Tinderbox wrote: > > TB --- 2003-12-19 00:25:09 - starting CURRENT tinderbox run for sparc64/sparc64 > > /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/netgraph/ng_pppoe.c: In function `ng_pppoe_rcvdata': > > /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/netgraph/ng_pppoe.c:1007: warning: field width is not type int (arg 3) > > /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/netgraph/ng_pppoe.c:1013: warning: field width is not type int (arg 3) > > *** Error code 1 > > > Fixed! (sizeof(size_t) > sizeof(int) on our 64-bit platforms.) Shame on me! I should have tested my change on different platforms. By the way, is there a document on 64-bit C programming pitfalls? I can see the first entry above if there isn't. -- YarReceived on Fri Dec 19 2003 - 06:20:32 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:34 UTC