diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-12-20 22:36:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-12-20 22:36:20 +0000 |
commit | 2f09bbf6bd4ee25bccc3a7b87abfae64d9885018 (patch) | |
tree | a2b69da71dd4acd937d0f00b499b3d0f8137fcc3 | |
parent | e69fb15a5060a4a3972a80359904b50809bffec2 (diff) |
gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back.
-rw-r--r-- | lib/libc/net/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 77303588909..830e6c5ca29 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.37 2004/12/20 03:43:41 itojun Exp $ +# $OpenBSD: Makefile.inc,v 1.38 2004/12/20 22:36:19 millert Exp $ # net sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net @@ -28,8 +28,8 @@ SRCS+= ip6opt.c rthdr.c vars6.c .include "${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" -MAN+= byteorder.3 ethers.3 gethostbyname.3 \ - getifaddrs.3 getnetent.3 getprotoent.3 \ +MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ + getifaddrs.3 getnameinfo.3 getnetent.3 getprotoent.3 \ getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \ inet_net.3 \ ipx.3 link_addr.3 net_addrcmp.3 ns.3 \ @@ -44,6 +44,7 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ byteorder.3 swap64.3 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 +MLINKS+=getaddrinfo.3 freeaddrinfo.3 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 \ |