diff options
author | itojun <> | 2005-01-06 04:24:14 +0000 |
---|---|---|
committer | itojun <> | 2005-01-06 04:24:14 +0000 |
commit | db182013dfbd2cd9abfb9c77f84a3a08b90b3aba (patch) | |
tree | d1b90efe10d5e5ce9f9ab737985836bccbdad28e | |
parent | 5cd91abe22e27dff54bafd3c933875170e8050b3 (diff) | |
download | openbsd-db182013dfbd2cd9abfb9c77f84a3a08b90b3aba.tar.gz openbsd-db182013dfbd2cd9abfb9c77f84a3a08b90b3aba.tar.bz2 openbsd-db182013dfbd2cd9abfb9c77f84a3a08b90b3aba.zip |
recover MLINKS for inet6_*_space.3
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 830e6c5ca2..6b7740195f 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.38 2004/12/20 22:36:19 millert Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.39 2005/01/06 04:24:14 itojun 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 |
@@ -31,7 +31,7 @@ SRCS+= ip6opt.c rthdr.c vars6.c | |||
31 | MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ | 31 | MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ |
32 | getifaddrs.3 getnameinfo.3 getnetent.3 getprotoent.3 \ | 32 | getifaddrs.3 getnameinfo.3 getnetent.3 getprotoent.3 \ |
33 | getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \ | 33 | getrrsetbyname.3 getservent.3 if_indextoname.3 inet.3 \ |
34 | inet_net.3 \ | 34 | inet_net.3 inet6_option_space.3 inet6_rthdr_space.3 \ |
35 | ipx.3 link_addr.3 net_addrcmp.3 ns.3 \ | 35 | ipx.3 link_addr.3 net_addrcmp.3 ns.3 \ |
36 | rcmd.3 rcmdsh.3 resolver.3 | 36 | rcmd.3 rcmdsh.3 resolver.3 |
37 | 37 | ||
@@ -78,3 +78,15 @@ MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ | |||
78 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ | 78 | resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ |
79 | resolver.3 res_search.3 | 79 | resolver.3 res_search.3 |
80 | MLINKS+=getrrsetbyname.3 freerrset.3 | 80 | MLINKS+=getrrsetbyname.3 freerrset.3 |
81 | MLINKS+=inet6_option_space.3 inet6_option_init.3 \ | ||
82 | inet6_option_space.3 inet6_option_append.3 \ | ||
83 | inet6_option_space.3 inet6_option_alloc.3 \ | ||
84 | inet6_option_space.3 inet6_option_next.3 \ | ||
85 | inet6_option_space.3 inet6_option_find.3 | ||
86 | MLINKS+=inet6_rthdr_space.3 inet6_rthdr_init.3 \ | ||
87 | inet6_rthdr_space.3 inet6_rthdr_add.3 \ | ||
88 | inet6_rthdr_space.3 inet6_rthdr_lasthop.3 \ | ||
89 | inet6_rthdr_space.3 inet6_rthdr_reverse.3 \ | ||
90 | inet6_rthdr_space.3 inet6_rthdr_segments.3 \ | ||
91 | inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \ | ||
92 | inet6_rthdr_space.3 inet6_rthdr_getflags.3 | ||