]> The Tcpdump Group git mirrors - tcpdump/commit
Not all platforms on which we compile define PRI[doux]16.
authorGuy Harris <[email protected]>
Mon, 6 May 2013 02:47:48 +0000 (19:47 -0700)
committerGuy Harris <[email protected]>
Mon, 6 May 2013 02:48:19 +0000 (19:48 -0700)
commit600f300419d6e9256700d44203b0a9c2e2f492b7
treebb79d22bfc2507e1c209790e0925e79f3b4073d5
parent744b10006568e9e1c646517a4cd829589fdfd642
Not all platforms on which we compile define PRI[doux]16.

So don't use it; it's not necessary on any of the platforms on which we
work.  (The *only* ones that are needed are PRI[doux]64, because
sometimes you need %ll[doux], sometimes you need %l[doux], and with MSVC
you need whatever its run-time library requires.)
print-zeromq.c