inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header
authorclaudio <claudio@openbsd.org>
Wed, 1 Sep 2021 15:59:22 +0000 (15:59 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 1 Sep 2021 15:59:22 +0000 (15:59 +0000)
commit73fed635982dd3813dfc4e501fae0e9c1869a0ac
tree8373f191569bbe7be39c909bc909edb77f0cab16
parentcb3e16ae1034a2c4961aa569840dd72050cf92de
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.
lib/libc/net/inet_net_ntop.3
lib/libc/net/inet_ntop.3