Makefile.inc (dc36d6f9bb1753f3808552f3afd30eda9a7b206a) | Makefile.inc (5590bacaafd8687bf522bb0413178c177c43f952) |
---|---|
1 2# machine-independent net sources 3.PATH: ${LIBC_SRCTOP}/net 4 5CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols 6SRCS+= base64.c ether_addr.c eui64.c \ 7 gai_strerror.c getaddrinfo.c \ 8 gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ --- 96 unchanged lines hidden (view full) --- 105 inet.3 inet_netof.3 \ 106 inet.3 inet_network.3 \ 107 inet.3 inet_ntoa.3 \ 108 inet.3 inet_ntoa_r.3 \ 109 inet.3 inet_ntop.3 \ 110 inet.3 inet_pton.3 \ 111 inet.3 network.3 \ 112 inet.3 ntoa.3 | 1 2# machine-independent net sources 3.PATH: ${LIBC_SRCTOP}/net 4 5CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols 6SRCS+= base64.c ether_addr.c eui64.c \ 7 gai_strerror.c getaddrinfo.c \ 8 gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ --- 96 unchanged lines hidden (view full) --- 105 inet.3 inet_netof.3 \ 106 inet.3 inet_network.3 \ 107 inet.3 inet_ntoa.3 \ 108 inet.3 inet_ntoa_r.3 \ 109 inet.3 inet_ntop.3 \ 110 inet.3 inet_pton.3 \ 111 inet.3 network.3 \ 112 inet.3 ntoa.3 |
113MLINKS+= sctp_send.3 sctp_sendx.3 114MLINKS+= sctp_sendmsg.3 sctp_sendmsgx.3 115MLINKS+= sctp_freepaddrs.3 sctp_freeladdrs.3 116MLINKS+= sctp_getpaddrs.3 sctp_getladdrs.3 | 113MLINKS+=sctp_freepaddrs.3 sctp_freeladdrs.3 114MLINKS+=sctp_getpaddrs.3 sctp_getladdrs.3 115MLINKS+=sctp_recvmsg.3 sctp_recvv.3 116MLINKS+=sctp_sendmsg.3 sctp_sendmsgx.3 117MLINKS+=sctp_send.3 sctp_sendx.3 \ 118 sctp_send.3 sctp_sendv.3 |
117MLINKS+=inet_net.3 inet_net_ntop.3 \ 118 inet_net.3 inet_net_pton.3 119MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \ 120 inet6_opt_init.3 inet6_opt_find.3 \ 121 inet6_opt_init.3 inet6_opt_finish.3 \ 122 inet6_opt_init.3 inet6_opt_get_val.3 \ 123 inet6_opt_init.3 inet6_opt_next.3 \ 124 inet6_opt_init.3 inet6_opt_set_val.3 \ --- 58 unchanged lines hidden --- | 119MLINKS+=inet_net.3 inet_net_ntop.3 \ 120 inet_net.3 inet_net_pton.3 121MLINKS+=inet6_opt_init.3 inet6_opt_append.3 \ 122 inet6_opt_init.3 inet6_opt_find.3 \ 123 inet6_opt_init.3 inet6_opt_finish.3 \ 124 inet6_opt_init.3 inet6_opt_get_val.3 \ 125 inet6_opt_init.3 inet6_opt_next.3 \ 126 inet6_opt_init.3 inet6_opt_set_val.3 \ --- 58 unchanged lines hidden --- |