]> 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:19 +0000 (06:53 +0000)
committerguy <guy>
Fri, 2 Apr 2004 06:53:19 +0000 (06:53 +0000)
commit9bfb523ef072010dd79820926534ec86856726e7
tree628e7bf0bd9bca9879a491aa5950ba4188ed8e01
parent75d26bd852995f34d99a806e3d3b7c03a4e6d469
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