avoid arpa/nameser.h by improving the inet_pton/gethostbyaddr code to
authorderaadt <deraadt@openbsd.org>
Mon, 11 Oct 2021 14:28:26 +0000 (14:28 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 11 Oct 2021 14:28:26 +0000 (14:28 +0000)
commit78cdb4e33370cfed39da961f7ca4be41be3d3041
tree10f5c4b0121ba4c2c1b27c8b64babb57808aa3d7
parent7f16de32c43fcee1aee87822f7c4f5e29ddbfb81
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
usr.bin/getent/getent.c