]> The Tcpdump Group git mirrors - tcpdump/commit
base struct tok on unsigned rather than signed int
authorDenis Ovsienko <[email protected]>
Wed, 26 Feb 2014 10:49:56 +0000 (14:49 +0400)
committerDenis Ovsienko <[email protected]>
Wed, 26 Feb 2014 10:49:56 +0000 (14:49 +0400)
commit5840e0669e28d219efac79727c974e9f1ab1ef56
tree492e636fc7ba27a6f95b3e9f9bf43838660af75b
parent8c786791a340658b71af45fc60e400e531960f7f
base struct tok on unsigned rather than signed int

This resolves a few Solaris-specific warnings emitted by
/opt/solarisstudio12.3/bin/cc like below:

warning: initializer does not fit or is out of range: 0xffffffff

(also happened for 0x80000000)
netdissect.h
util.c