]> The Tcpdump Group git mirrors - tcpdump/commit
Make another never-negative variable an unsigned.
authorGuy Harris <[email protected]>
Tue, 20 Sep 2016 09:02:06 +0000 (02:02 -0700)
committerGuy Harris <[email protected]>
Tue, 20 Sep 2016 09:02:06 +0000 (02:02 -0700)
commitdb62bcccac0a87802ae5786afebdebe7555d4f1e
tree59889087fa991e750f90576adeeb60f274a684d1
parente175de6b8c086923429aeb81143a98b666c35dea
Make another never-negative variable an unsigned.

It's assigned a u_int value, and printed with %u, so make it a u_int.
print-fr.c