CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/19 01:08:30
Modified files:
sbin/ping : ping.c
Log message:
Only allow standard dot notation for IPv4 addresses.
We can get rid of inet_aton(3) and use the AF independent getaddrinfo(3).
OK natano@, krw@, millert@, claudio@
