Todd C. Miller: > I think you want 0xffffffffU, not 0xffffffffL. Otherwise you will > have the same issue on i386.
??? We need a constant that comes out as the "long" value 0x0000 0000 ffff ffff on 64-bit platforms 0xffff ffff on 32-bit platforms (degenerate case) -- Christian "naddy" Weisgerber [email protected]
