summaryrefslogtreecommitdiff
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-02 14:48:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-02 14:48:49 +0000
commitd7383e470973ba798be541ef12af423a07e16472 (patch)
tree44bdf818b259552d2deb1a2cc3d62f15c432e010 /lib/libc/net/Makefile.inc
parent26132c6d273f2ff10a6d482c8c42a14457abef46 (diff)
`ether_addr' is the name of a structure, not a function: remove its MLINK
and remove its entry from the .Nm list;
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 9b1e2cfb25c..db2738f8685 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.41 2005/08/06 20:30:03 espie Exp $
+# $OpenBSD: Makefile.inc,v 1.42 2005/10/02 14:48:48 jmc Exp $
# net sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net
@@ -42,7 +42,7 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
byteorder.3 letoh64.3 byteorder.3 swap16.3 byteorder.3 swap32.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
+ ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
MLINKS+=getaddrinfo.3 freeaddrinfo.3
MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \