summaryrefslogtreecommitdiff
path: root/lib/libc
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
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')
-rw-r--r--lib/libc/net/Makefile.inc4
-rw-r--r--lib/libc/net/ethers.33
2 files changed, 3 insertions, 4 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 \
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index febd62392e5..5f961b4246a 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ethers.3,v 1.16 2005/07/22 04:50:51 jaredy Exp $
+.\" $OpenBSD: ethers.3,v 1.17 2005/10/02 14:48:48 jmc Exp $
.\"
.\" Written by roland@frob.com. Public domain.
.\"
@@ -8,7 +8,6 @@
.Sh NAME
.Nm ether_aton ,
.Nm ether_ntoa ,
-.Nm ether_addr ,
.Nm ether_ntohost ,
.Nm ether_hostton ,
.Nm ether_line