]> The Tcpdump Group git mirrors - tcpdump/commit
Make the "addr_len" variable a "u_int", as we pass a pointer to it to a
authorguy <guy>
Fri, 2 Apr 2004 06:53:51 +0000 (06:53 +0000)
committerguy <guy>
Fri, 2 Apr 2004 06:53:51 +0000 (06:53 +0000)
commita6a2b655ace939a29a5cb3b4a44607b4f2eb5fff
tree71ac5569b7daa0580b2e6297a6f0fc2f5a8fa471
parent481f1b16b7de7d8b3ffee7230d25532e2c4a17ab
Make the "addr_len" variable a "u_int", as we pass a pointer to it to a
routine that expects a "u_int *", and we never use it in a way that
requires it to be signed.
print-fr.c