]> Zhao Yanbai Git Server - minix.git/commit
create the getaddrinfo and getnameinfo library functions and friends
authorErik van der Kouwe <erik@minix3.org>
Thu, 21 Jan 2010 06:38:17 +0000 (06:38 +0000)
committerErik van der Kouwe <erik@minix3.org>
Thu, 21 Jan 2010 06:38:17 +0000 (06:38 +0000)
commita5a2073680f50b545cce2170330e06504de683c7
tree00b33d0ee8e3422e13188c8fe5ed6e6a411a4ed4
parent24964aa70663200e8bf425d735803b96872ffb24
create the getaddrinfo and getnameinfo library functions and friends
15 files changed:
commands/dhcpd/dhcpd.c
commands/simple/tcpstat.c
commands/simple/udpstat.c
commands/urlget/net.h
include/arpa/inet.h
include/net/gen/netdb.h
lib/ip/Makefile.in
lib/ip/addrinfo.c [new file with mode: 0755]
lib/ip/gai_strerror.c [new file with mode: 0755]
lib/ip/gethnmadr.c
lib/ip/nameinfo.c [new file with mode: 0755]
man/man3/getaddrinfo.3 [new file with mode: 0755]
test/Makefile
test/run
test/test48.c [new file with mode: 0755]