On Mon, Dec 20, 2004 at 09:44:51AM -0800, Matthew Dillon wrote: > Fix printf format specifier from %lx->%x for ntohl argument. Even better would be using the macros from machine/inttypes, in this case PRIxu32, which expands to "x" on IA32 and something else on ILP64 platforms. Joerg