CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/09/01 09:59:22
Modified files: lib/libc/net : inet_net_ntop.3 inet_ntop.3 Log message: inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header to the list. While here remove some of the headers from inet_net_ntop(3) for balance.