diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-20 18:33:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-20 18:33:35 +0000 |
commit | 5391300a5a2c142fbfc1ab55ea5027b34ce3eb0a (patch) | |
tree | 198a823cc1f9d031771f3d8b4c711b466209feb6 /lib/libc/net | |
parent | 4af746deb9c13b73b0658f6aeaf31867c15bfd46 (diff) |
incorrect MLINKS
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 4bf45839145..377d244bcf9 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 1997/11/19 23:30:18 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.15 1997/11/20 18:33:34 deraadt Exp $ # net sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net @@ -29,7 +29,7 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ byteorder.3 ntohs.3 byteorder.3 htobe16.3 byteorder.3 htobe32.3 \ byteorder.3 betoh16.3 byteorder.3 betoh32.3 byteorder.3 htole16.3 \ byteorder.3 htole32.3 byteorder.3 letoh16.3 byteorder.3 letoh32.3 \ - swap16.3 swap32.3 + byteorder.3 swap16.3 byteorder.3 swap32.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 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ |