CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/01/19 14:10:04
Modified files: sbin/dhclient : clparse.c convert.c options.c parse.c tables.c Log message: We don't have any (and I can't find elsewhere) signed 16 bit or signed 8 bit dhcp option types. So nuke getShort() and all 's' and 'b' format support. While here use '%u'/'%lu' and not '%d'/'%ld' to snprintf() unsigned values.