CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/11 08:28:26
Modified files:
usr.bin/getent : getent.c
Log message:
avoid arpa/nameser.h by improving the inet_pton/gethostbyaddr code to
use struct in6_addr + struct in_addr instead of a char buffer.
ok millert
