diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2005-01-24 01:40:16 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2005-01-24 01:40:16 +0000 |
| commit | b986ced475c26b94b9f5cfb9bdf99e62d951c35b (patch) | |
| tree | 53467fbfe1d088a93ea1c30acdd259a9cc3e8c92 | |
| parent | 15d3b4db617f3e2e0d03be5a89b5af6e698b259e (diff) | |
Notes
| -rw-r--r-- | lib/libc/net/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index a20daef4761b..cacd506bf6d4 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -56,7 +56,7 @@ 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 MLINKS+=eui64.3 eui64_aton.3 eui64.3 eui64_hostton.3 \ eui64.3 eui64_ntoa.3 eui64.3 eui64_ntohost.3 -MLINKS+=getaddrinfo.3 freeaddrinfo.3 getaddrinfo.3 +MLINKS+=getaddrinfo.3 freeaddrinfo.3 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ gethostbyname.3 gethostbyname2.3 gethostbyname.3 gethostent.3 \ gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3 \ |
