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/lib/libresolv2 | |
| parent | 7e3488dc6cdcb0c04e1ce167a1a3bfef83b5f2e0 (diff) | |
| download | illumos-joyent-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/lib/libresolv2')
| -rw-r--r-- | usr/src/lib/libresolv2/common/mapfile-vers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libresolv2/common/mapfile-vers b/usr/src/lib/libresolv2/common/mapfile-vers index 28691e09c0..4eebdbb9ea 100644 --- a/usr/src/lib/libresolv2/common/mapfile-vers +++ b/usr/src/lib/libresolv2/common/mapfile-vers @@ -46,7 +46,7 @@ SYMBOL_VERSION SUNW_2.3 { # SunOS 5.11 (Solaris 11) SYMBOL_VERSION SUNW_2.2.2 { # SunOS 5.10 (Solaris 10 Update 5) global: - inet_aton { TYPE = FUNCTION; FILTER = libnsl.so.1 }; + inet_aton { TYPE = FUNCTION; FILTER = libc.so.1 }; } SUNW_2.2.1; SYMBOL_VERSION SUNW_2.2.1 { # SunOS 5.10 (Solaris 10 Update 4) |
