On Apr 23, 2014, at 10:24 AM, Guy Harris <g...@alum.mit.edu> wrote:

> I made the change because a 64-bit build on Solaris 8 had to define u_int64_t 
> but defined it as "unsigned long long int", which collided with the 
> "%l[doux]" that was used as the print format.
> 
> Probably the right thing to do here is to define u_intXX_t as uintXX_t, for 
> XX = 8, 16, 32, 64, so we're using the new configure tests to appropriately 
> define them.

OK, done.  It passes the tests on all the platforms The Written Word have, 
including several flavors of Solaris/AIX/HP-UX.
_______________________________________________
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump.org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Reply via email to