]> The Tcpdump Group git mirrors - tcpdump/commit
Propagate from the main branch
authorguy <guy>
Wed, 28 Jul 2004 20:11:31 +0000 (20:11 +0000)
committerguy <guy>
Wed, 28 Jul 2004 20:11:31 +0000 (20:11 +0000)
commit350b3a06b454ed52c65929e57cde20597accd4a6
tree5116ee1dd502b0bb2f4b430f36c14d1148b47c8c
parent461aff7e7a31c32caa2bbff2792220bd79b56e0e
Propagate from the main branch

revision 1.117
date: 2004/07/15 00:13:01;  author: guy;  state: Exp;  lines: +3 -3
"sizeof()" could be "unsigned long" or "unsigned int"; cast it to
"unsigned long" and print it with "%lu", so it works in either case,
regardless of whether "long" is the same size as "int" or not.
print-tcp.c