cvs commit: src/sys/bus/firewire firewire.c

Joerg Sonnenberger joerg at britannica.bec.de
Mon Dec 20 10:01:10 PST 2004


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





More information about the Commits mailing list