diff options
author | robj <none@none> | 2008-07-31 23:37:24 -0700 |
---|---|---|
committer | robj <none@none> | 2008-07-31 23:37:24 -0700 |
commit | 8956b8c2028bb15c1e7010a67b1c8b36ec8f47a8 (patch) | |
tree | 50a8d1ccdd9e560ac8a2246c16e17449f9002a8f /usr/src | |
parent | bdad7b9cb5784df1403f5f3d188edea03f0fb7cb (diff) | |
download | illumos-joyent-8956b8c2028bb15c1e7010a67b1c8b36ec8f47a8.tar.gz |
PSARC 2008/428 Extending libnvpair for type double
6718703 Need to extend libnvpair to support type double (fix versioning)
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/libnvpair/mapfile-vers | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/src/lib/libnvpair/mapfile-vers b/usr/src/lib/libnvpair/mapfile-vers index 4ac16f3512..9e87f017e2 100644 --- a/usr/src/lib/libnvpair/mapfile-vers +++ b/usr/src/lib/libnvpair/mapfile-vers @@ -25,17 +25,13 @@ # ident "%Z%%M% %I% %E% SMI" # -SUNW_1.4 { - global: - nvlist_add_double; - nvlist_lookup_double; - nvpair_value_double; -} SUNW_1.3; - SUNW_1.3 { global: nvlist_exists; nvlist_lookup_nvpair; + nvlist_add_double; + nvlist_lookup_double; + nvpair_value_double; } SUNW_1.2; SUNW_1.2 { |