summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorguy <guy>2006-09-13 06:31:11 +0000
committerguy <guy>2006-09-13 06:31:11 +0000
commitd7da1619b5f30dc84f0303ce025a8df04b8a42f8 (patch)
tree50e04cdeaec21a3eb263c94f9b03a2da1b961224 /checksum.c
parent603d00791c0af2a3746e6064ed013d00b06db2c6 (diff)
downloadtcpdump-d7da1619b5f30dc84f0303ce025a8df04b8a42f8.tar.gz
Cast "sizeof" to a "u_int"; it's not guaranteed to be "int" in size (it
could be "long", for example, and probably *is* "long" on LP64 platforms), so you can't print it with "%u", but, in this particular case, it's going to fit in a 32-bit quantity.
Diffstat (limited to 'checksum.c')
0 files changed, 0 insertions, 0 deletions