We only parse decimal numbers, so parse_decimal() -> parse_number() to
authorkrw <krw@openbsd.org>
Thu, 4 Jan 2018 02:27:55 +0000 (02:27 +0000)
committerkrw <krw@openbsd.org>
Thu, 4 Jan 2018 02:27:55 +0000 (02:27 +0000)
commit5accdb359001a8d12b54856405a982b65193fa2b
tree70dd2d6f709960b8331bea52e3d7fced8536ceef
parent0b03acb80bcb6b1aeda47e1e659fb29a80fc837f
We only parse decimal numbers, so parse_decimal() -> parse_number() to
match grammar comments and improve euphony.
sbin/dhclient/clparse.c
sbin/dhclient/dhcpd.h
sbin/dhclient/parse.c