diff options
author | millert <> | 2004-12-20 22:36:19 +0000 |
---|---|---|
committer | millert <> | 2004-12-20 22:36:19 +0000 |
commit | 77da15181ae7cb7aa823e3eaab95d2ff627edeb3 (patch) | |
tree | 6d705d6339f090bd7e31217e5398a37894100538 /src/lib | |
parent | 79b1cbeb6f120904f87ac8dfe779f9d3223121ba (diff) | |
download | openbsd-77da15181ae7cb7aa823e3eaab95d2ff627edeb3.tar.gz openbsd-77da15181ae7cb7aa823e3eaab95d2ff627edeb3.tar.bz2 openbsd-77da15181ae7cb7aa823e3eaab95d2ff627edeb3.zip |
gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 7730358890..830e6c5ca2 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.37 2004/12/20 03:43:41 itojun Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.38 2004/12/20 22:36:19 millert Exp $ |
2 | 2 | ||
3 | # net sources | 3 | # net sources |
4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net |
@@ -28,8 +28,8 @@ SRCS+= ip6opt.c rthdr.c vars6.c | |||
28 | 28 | ||
29 | .include "${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" | 29 | .include "${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" |
30 | 30 | ||
31 | MAN+= byteorder.3 ethers.3 gethostbyname.3 \ | 31 | MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ |
32 | getifaddrs.3 getnetent.3 getprotoent.3 \ | 32 | getifaddrs.3 getnameinfo.3 getnetent.3 getprotoent.3 \ |
33 | getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \ | 33 | getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \ |
34 | inet_net.3 \ | 34 | inet_net.3 \ |
35 | ipx.3 link_addr.3 net_addrcmp.3 ns.3 \ | 35 | 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 \ | |||
44 | byteorder.3 swap64.3 | 44 | byteorder.3 swap64.3 |
45 | MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ | 45 | MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ |
46 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 | 46 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 |
47 | MLINKS+=getaddrinfo.3 freeaddrinfo.3 | ||
47 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ | 48 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ |
48 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ | 49 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ |
49 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 \ | 50 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 \ |