Print this page
8330 Add svc_tp_create_addr to libnsl (missed things)

@@ -18,11 +18,11 @@
 #
 # CDDL HEADER END
 #
 #
 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
-# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
+# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
 #
 
 #
 # MAPFILE HEADER START
 #

@@ -37,10 +37,15 @@
 # MAPFILE HEADER END
 #
 
 $mapfile_version 2
 
+SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
+    global:
+        svc_tp_create_addr;
+} SUNW_1.10;
+
 SYMBOL_VERSION SUNW_1.10 {      # SunOS 5.11 (Solaris 11)
     global:
         SUNW_1.10;
 } SUNW_1.9.1;
 

@@ -465,11 +470,10 @@
 # There really should be only one SUNWprivate version.
 # Don't add any more.  Add new private symbols to SUNWprivate_1.5
 
 SYMBOL_VERSION SUNWprivate_1.5 {
     global:
-        svc_tp_create_addr;
         clnt_create_service_timed;
         inet_matchaddr;
 } SUNWprivate_1.4;
 
 SYMBOL_VERSION SUNWprivate_1.4 {