summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2005-10-02 14:48:48 +0000
committerjmc <>2005-10-02 14:48:48 +0000
commit0053a10999258a13cc2828abed1a863c505c2100 (patch)
tree94a42eedc40edbd6031cee01325e0d14bcced96a /src
parentbeed53b118616483379dd385eb97bc625835b9b9 (diff)
downloadopenbsd-0053a10999258a13cc2828abed1a863c505c2100.tar.gz
openbsd-0053a10999258a13cc2828abed1a863c505c2100.tar.bz2
openbsd-0053a10999258a13cc2828abed1a863c505c2100.zip
`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 'src')
-rw-r--r--src/lib/libc/net/Makefile.inc4
-rw-r--r--src/lib/libc/net/ethers.33
2 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc
index 9b1e2cfb25..db2738f868 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.41 2005/08/06 20:30:03 espie Exp $ 1# $OpenBSD: Makefile.inc,v 1.42 2005/10/02 14:48:48 jmc 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
@@ -42,7 +42,7 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
42 byteorder.3 letoh64.3 byteorder.3 swap16.3 byteorder.3 swap32.3 \ 42 byteorder.3 letoh64.3 byteorder.3 swap16.3 byteorder.3 swap32.3 \
43 byteorder.3 swap64.3 43 byteorder.3 swap64.3
44MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ 44MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
45 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 45 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
46MLINKS+=getaddrinfo.3 freeaddrinfo.3 46MLINKS+=getaddrinfo.3 freeaddrinfo.3
47MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ 47MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
48 gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ 48 gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3
index febd62392e..5f961b4246 100644
--- a/src/lib/libc/net/ethers.3
+++ b/src/lib/libc/net/ethers.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ethers.3,v 1.16 2005/07/22 04:50:51 jaredy Exp $ 1.\" $OpenBSD: ethers.3,v 1.17 2005/10/02 14:48:48 jmc Exp $
2.\" 2.\"
3.\" Written by roland@frob.com. Public domain. 3.\" Written by roland@frob.com. Public domain.
4.\" 4.\"
@@ -8,7 +8,6 @@
8.Sh NAME 8.Sh NAME
9.Nm ether_aton , 9.Nm ether_aton ,
10.Nm ether_ntoa , 10.Nm ether_ntoa ,
11.Nm ether_addr ,
12.Nm ether_ntohost , 11.Nm ether_ntohost ,
13.Nm ether_hostton , 12.Nm ether_hostton ,
14.Nm ether_line 13.Nm ether_line