diff options
author | shin <shin@FreeBSD.org> | 2000-03-12 19:29:52 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-03-12 19:29:52 +0000 |
commit | 12c8708cdb2fa8e7a2d5d5ffe85b4fbfd45f503c (patch) | |
tree | fd9028dc9b46f2eca78094887f661d8dbf4535f3 /lib/libc | |
parent | c1a2463a8d806d6e50e14616b8927eff7666c62a (diff) | |
download | FreeBSD-src-12c8708cdb2fa8e7a2d5d5ffe85b4fbfd45f503c.zip FreeBSD-src-12c8708cdb2fa8e7a2d5d5ffe85b4fbfd45f503c.tar.gz |
Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical
order.
Diffstat (limited to 'lib/libc')
-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 c242100..7080581 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 \ |