]> The Tcpdump Group git mirrors - tcpdump/commit
Just use u_int, even for values that fit in 16 bits; that squelches a
authorGuy Harris <[email protected]>
Thu, 21 May 2009 17:48:19 +0000 (10:48 -0700)
committerGuy Harris <[email protected]>
Thu, 21 May 2009 17:48:19 +0000 (10:48 -0700)
commit57bc7f6ef54126ecc092e46bc5a1c5a6fffcae26
treebe7b51854209ff3f7f2ad63256d3394544920da4
parent289e0aed7d910e6b2df73476848674a73b8ab1ac
Just use u_int, even for values that fit in 16 bits; that squelches a
(irrelevant, but true for the way C works) signed vs. unsigned
comparison warning.  It also probably produces better machine code.
print-olsr.c