]> The Tcpdump Group git mirrors - tcpdump/commit
Declare all local variables before any executable statements.
authorGuy Harris <[email protected]>
Sun, 14 Aug 2011 22:29:49 +0000 (15:29 -0700)
committerGuy Harris <[email protected]>
Sun, 14 Aug 2011 22:31:18 +0000 (15:31 -0700)
commitf3f10ecedcae11bc87788a792b12b861bef92ae1
treec7f06d3b7678998f883bfccd15d4bbfe34c8e495
parent68cf679720fd69c5db8e4b13922b82784ae44c2c
Declare all local variables before any executable statements.

Some C compilers let you get away with that C++-ism; not all do.
print-ppi.c