CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/07 14:31:39
Modified files:
usr.sbin/ntpd : config.c
Log message:
Make host_*() AF-agnostic
Merge host_v{4,6}() into much simpler host_ip() using just getaddrinfo().
host_dns() uses the same procedure.
OK naddy
