CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/25 13:51:39
Modified files:
usr.bin/getent : getent.c
Log message:
Use getnameinfo(2)
This simplifies the code, makes it less address family specific and plays
nicely with previously used getaddrinfo(2).
While here, make function parameter `const', sort stack variables by size
and nitpick PF_UNSPEC.
OK millert
