Replace another snprintf() dance with easier to read code using
authorkrw <krw@openbsd.org>
Sat, 8 Apr 2017 18:54:52 +0000 (18:54 +0000)
committerkrw <krw@openbsd.org>
Sat, 8 Apr 2017 18:54:52 +0000 (18:54 +0000)
commitda2eb0764a26f1827330ac58fdc825cd21f3b633
tree5a2acd60af55f676aae63784fa3ed981c5a0106a
parentbee06f071f1656e71fc27705da76f5acf13afb2b
Replace another snprintf() dance with easier to read code using
strlcat(). Shorter, clearer, fewer signed vs unsigned questions.

Use an 8K static buffer for pretty_print_classless() and use it
rather scribbling intermediate values into the final destination.

No intentional functional change.
sbin/dhclient/dhcpd.h
sbin/dhclient/options.c