tcpdump mailing list archives

Re: uint_XX_t, u_int_XX_t and NFLOG test case


From: Guy Harris <guy () alum mit edu>
Date: Wed, 23 Apr 2014 11:27:34 -0700


On Apr 23, 2014, at 10:24 AM, Guy Harris <guy () 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


Current thread: