diff options
author | guy <guy> | 2006-09-13 06:31:11 +0000 |
---|---|---|
committer | guy <guy> | 2006-09-13 06:31:11 +0000 |
commit | d7da1619b5f30dc84f0303ce025a8df04b8a42f8 (patch) | |
tree | 50e04cdeaec21a3eb263c94f9b03a2da1b961224 /checksum.c | |
parent | 603d00791c0af2a3746e6064ed013d00b06db2c6 (diff) | |
download | tcpdump-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