Mechanically change inet_aton to inet_pton.
authorflorian <florian@openbsd.org>
Thu, 22 Aug 2024 07:56:47 +0000 (07:56 +0000)
committerflorian <florian@openbsd.org>
Thu, 22 Aug 2024 07:56:47 +0000 (07:56 +0000)
commit262a2674c1e93c642b8a091beda418ca1ffa847b
tree15981410a9e5cb02868d28f3b6ae6b5d459fe4a1
parentf4e38f014b92dac6b7dec6fd725a53b966081cd3
Mechanically change inet_aton to inet_pton.

npppd does not document that it would accept truncated or otherwise
not fully spelled out IPv4 addresses.

ok yasuoka
usr.sbin/npppd/common/addr_range.c
usr.sbin/npppd/npppd/npppd_subr.c
usr.sbin/npppd/npppd/parse.y
usr.sbin/npppd/npppd/privsep.c