CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/27 00:06:14
Modified files:
usr.sbin/radiusd: radiusd_ipcp.c
Log message:
Mechanically change inet_aton to inet_pton.
Documentation says IP addresses are not truncated, so the parser can
be stricter and only accept dotted IP addresses.
OK yasuoka
