]> The Tcpdump Group git mirrors - libpcap/commit
Make some counts unsigned ("counts" as in "they're always >= 0").
authorGuy Harris <[email protected]>
Sat, 10 Dec 2011 01:02:42 +0000 (17:02 -0800)
committerGuy Harris <[email protected]>
Sat, 10 Dec 2011 01:02:42 +0000 (17:02 -0800)
commitb27471322197b47fe9a98768c5c7e0377f0c27ab
tree20df58416a5888263e99f5f72b612a353b1ede82
parenta4363042f6ccd1876c2cbea0a3bb707dccf56fcb
Make some counts unsigned ("counts" as in "they're always >= 0").

They don't, for example, use -1 as a special value, so just make the
unsigned.  That squelches some warnings.
gencode.c
gencode.h
optimize.c