]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r315640
authorvangyzen <vangyzen@FreeBSD.org>
Tue, 28 Mar 2017 13:39:04 +0000 (13:39 +0000)
committervangyzen <vangyzen@FreeBSD.org>
Tue, 28 Mar 2017 13:39:04 +0000 (13:39 +0000)
commit58daaa12cbecdaecc5fa5af9393cb7074e3cc80a
treeb5c10e63d2a4fb39acd5eebdb9421d83c5289d6f
parent0c363d8f2ca274dcb7c09fa3e2158df5d9319985
MFC r315640

Port the getaddrinfo(1) utility from NetBSD.

PR: 183148
Submitted by: Lohith Bellad <lohithbsd@gmail.com>
Obtained from: NetBSD
Relnotes: yes
Sponsored by: Dell EMC
lib/libnetbsd/Makefile
lib/libnetbsd/sockaddr_snprintf.c [new file with mode: 0644]
lib/libnetbsd/util.h
usr.bin/Makefile
usr.bin/getaddrinfo/Makefile [new file with mode: 0644]
usr.bin/getaddrinfo/getaddrinfo.1 [new file with mode: 0644]
usr.bin/getaddrinfo/getaddrinfo.c [new file with mode: 0644]
usr.bin/getaddrinfo/tables.awk [new file with mode: 0644]