CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/11/16 09:37:52
Modified files: sbin/unwind : resolver.c Log message: Simplify address family handling, ditch inet_ntop(3) Reduce duplicate code and use getnameinfo(3) for IPv4 as well. This commit is the equivalent of sbin/resolvd/resolvd.c revision 1.21 "Simplify address family handling, ditch inet_ntop(3)". OK florian