diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2018-07-22 14:29:51 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-07-30 15:28:50 -0400 |
commit | 8a7aa2a592747bd90d85645126d80688e024a0e2 (patch) | |
tree | 7a6c84d942a965d07c6eb294f47cae56848fa273 /usr/src/pkg/manifests/system-library.man3socket.inc | |
parent | 7e3488dc6cdcb0c04e1ce167a1a3bfef83b5f2e0 (diff) | |
download | illumos-gate-8a7aa2a592747bd90d85645126d80688e024a0e2.tar.gz |
9673 move internet address manipulation functions to libc
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg/manifests/system-library.man3socket.inc')
-rw-r--r-- | usr/src/pkg/manifests/system-library.man3socket.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr/src/pkg/manifests/system-library.man3socket.inc b/usr/src/pkg/manifests/system-library.man3socket.inc index 6b1ea6641b..20a32905cb 100644 --- a/usr/src/pkg/manifests/system-library.man3socket.inc +++ b/usr/src/pkg/manifests/system-library.man3socket.inc @@ -11,7 +11,7 @@ # # Copyright 2011, Richard Lowe -# Copyright 2012 Nexenta Systems, Inc. All rights reserved. +# Copyright 2018 Nexenta Systems, Inc. # Copyright 2013, OmniTI Computer Consulting, Inc. # @@ -32,7 +32,6 @@ file path=usr/share/man/man3socket/getsockopt.3socket file path=usr/share/man/man3socket/getsourcefilter.3socket file path=usr/share/man/man3socket/icmp6_filter.3socket file path=usr/share/man/man3socket/if_nametoindex.3socket -file path=usr/share/man/man3socket/inet.3socket file path=usr/share/man/man3socket/inet6_opt.3socket file path=usr/share/man/man3socket/inet6_rth.3socket file path=usr/share/man/man3socket/listen.3socket @@ -120,7 +119,6 @@ link path=usr/share/man/man3socket/if_indextoname.3socket \ target=if_nametoindex.3socket link path=usr/share/man/man3socket/if_nameindex.3socket \ target=if_nametoindex.3socket -link path=usr/share/man/man3socket/inet6.3socket target=inet.3socket link path=usr/share/man/man3socket/inet6_opt_append.3socket \ target=inet6_opt.3socket link path=usr/share/man/man3socket/inet6_opt_find.3socket \ @@ -147,15 +145,6 @@ link path=usr/share/man/man3socket/inet6_rth_segments.3socket \ target=inet6_rth.3socket link path=usr/share/man/man3socket/inet6_rth_space.3socket \ target=inet6_rth.3socket -link path=usr/share/man/man3socket/inet_addr.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_aton.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_lnaof.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_makeaddr.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_netof.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_network.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_ntoa.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_ntop.3socket target=inet.3socket -link path=usr/share/man/man3socket/inet_pton.3socket target=inet.3socket link path=usr/share/man/man3socket/ntohl.3socket target=byteorder.3socket link path=usr/share/man/man3socket/ntohll.3socket target=byteorder.3socket link path=usr/share/man/man3socket/ntohs.3socket target=byteorder.3socket |