Reduce the overburden of signed vs unsigned comparisons by sprinkling
authorkrw <krw@openbsd.org>
Sat, 8 Apr 2017 20:16:04 +0000 (20:16 +0000)
committerkrw <krw@openbsd.org>
Sat, 8 Apr 2017 20:16:04 +0000 (20:16 +0000)
commite0a6d2f1081c682a243bb805103d28ddc2afedbe
tree4ceb65ba3c030d963759693d57b872e102742a0d
parent877ca4c302966bb48f11f62ad86fc51788e1bf95
Reduce the overburden of signed vs unsigned comparisons by sprinkling
'int' -> 'unsigned int' (and visa versa) where obvious.

Steal a couple of 'unsigned' -> u_int32_t from reyk@'s dhcrelay
tweaks.

No intentional functional change.
sbin/dhclient/clparse.c
sbin/dhclient/conflex.c
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/kroute.c
sbin/dhclient/options.c
sbin/dhclient/packet.c
sbin/dhclient/parse.c