CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/04/08 14:16:04
Modified files: sbin/dhclient : clparse.c conflex.c dhclient.c dhcpd.h kroute.c options.c packet.c parse.c Log message: 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.