summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-03-12 19:29:52 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-03-12 19:29:52 +0000
commit375a501b7d53b8b15bf3fe1a2ed9d5045dd74612 (patch)
tree94bd57dc77c2e8d2e7d9bfde25c0c010968b523f /lib/libc
parent871b7d1c7faf4ef4fbec9c0711d537981f9e042d (diff)
Notes
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 c2421008dafe..708058140026 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -51,12 +51,12 @@ MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \
getprotoent.3 getprotobynumber.3 getprotoent.3 setprotoent.3
MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \
getservent.3 getservbyport.3 getservent.3 setservent.3
+MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \
+ if_indextoname.3 if_freenameindex.3
MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \
inet.3 ntoa.3
-MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \
- if_indextoname.3 if_freenameindex.3
MLINKS+=inet6_option_space.3 inet6_option_alloc.3 \
inet6_option_space.3 inet6_option_append.3 \
inet6_option_space.3 inet6_option_find.3 \