summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-04-19 13:51:05 +0000
committerderaadt <deraadt@openbsd.org>2014-04-19 13:51:05 +0000
commit86fc4641dc7b629638630a65ddd0157783dba3d0 (patch)
tree1cec22176afd955f0dce808a3545c4226b88c46c /lib/libc
parent(void) cast strlcpy/strlcat/snprintf that cannot truncate (diff)
downloadwireguard-openbsd-86fc4641dc7b629638630a65ddd0157783dba3d0.tar.xz
wireguard-openbsd-86fc4641dc7b629638630a65ddd0157783dba3d0.zip
kill a stray \
Diffstat (limited to 'lib/libc')
-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 a619fe4ed94..fce4d536da0 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.52 2014/04/19 11:18:01 guenther Exp $
+# $OpenBSD: Makefile.inc,v 1.53 2014/04/19 13:51:05 deraadt Exp $
# net sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net
@@ -63,7 +63,7 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \
MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \
if_indextoname.3 if_freenameindex.3
MLINKS+=inet_addr.3 inet_aton.3 inet_addr.3 inet_network.3 \
- inet_addr.3 inet_ntoa.3 \
+ inet_addr.3 inet_ntoa.3
MLINKS+=inet_lnaof.3 inet_makeaddr.3 inet_lnaof.3 inet_netof.3
MLINKS+=inet_ntop.3 inet_pton.3
MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3