]> The Tcpdump Group git mirrors - tcpdump/commit
"sizeof()" could be "unsigned long" or "unsigned int"; cast it to
authorguy <guy>
Thu, 15 Jul 2004 00:13:01 +0000 (00:13 +0000)
committerguy <guy>
Thu, 15 Jul 2004 00:13:01 +0000 (00:13 +0000)
commit00c74e34be5c224ec7b18ae763d4db381fa3e7f0
tree15bd82857647b535d246cef10f2598200586dac7
parent6df70cbc6d4c65200d373399d2e273c6b42e5196
"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