]> The Tcpdump Group git mirrors - tcpdump/commitdiff
We don't define PRIu8 or PRIx8 if the C environment doesn't; don't use it.
authorGuy Harris <[email protected]>
Tue, 26 Mar 2013 09:01:31 +0000 (02:01 -0700)
committerGuy Harris <[email protected]>
Tue, 26 Mar 2013 09:01:59 +0000 (02:01 -0700)
The right format to use to print 8-bit quantities isn't
implementation-dependent, so no need to use the PRIu8 and PRIx8 macros.

There's also no need for an empty string after PRIu64.  Separate it with
space from the strings with which it's being concatenated, however; we
do that elsewhere.


No differences found