4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  24 #
  25 
  26 #
  27 # MAPFILE HEADER START
  28 #
  29 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30 # Object versioning must comply with the rules detailed in
  31 #
  32 #       usr/src/lib/README.mapfiles
  33 #
  34 # You should not be making modifications here until you've read the most current
  35 # copy of that file. If you need help, contact a gatekeeper for guidance.
  36 #
  37 # MAPFILE HEADER END
  38 #
  39 
  40 $mapfile_version 2
  41 
  42 SYMBOL_VERSION SUNW_1.10 {      # SunOS 5.11 (Solaris 11)
  43     global:
 
 450         xdr_short;
 451         xdrstdio_create;
 452         xdr_string;
 453         xdr_u_char;
 454         xdr_u_long;
 455         xdr_union;
 456         xdr_u_short;
 457         xdr_vector;
 458         xdr_void;
 459         xdr_wrapstring;
 460         xprt_register;
 461         xprt_unregister;
 462 };
 463 
 464 
 465 # There really should be only one SUNWprivate version.
 466 # Don't add any more.  Add new private symbols to SUNWprivate_1.5
 467 
 468 SYMBOL_VERSION SUNWprivate_1.5 {
 469     global:
 470         clnt_create_service_timed;
 471         inet_matchaddr;
 472 } SUNWprivate_1.4;
 473 
 474 SYMBOL_VERSION SUNWprivate_1.4 {
 475     global:
 476         _build_internal_algs;
 477         _check_daemon_lock;
 478         _clean_trash;
 479         _create_daemon_lock;
 480         _duplicate_alg;
 481         _enter_daemon_lock;
 482         _real_getipsecalgs;
 483         _real_getipsecprotos;
 484         str2hostent6;
 485         _str_to_ipsec_exec_mode;
 486         __yp_all_cflookup;
 487 } SUNWprivate_1.3;
 488 
 489 SYMBOL_VERSION SUNWprivate_1.3 {
 
 | 
 
 
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  24 # Copyright 2015 Joyent, Inc.
  25 #
  26 
  27 #
  28 # MAPFILE HEADER START
  29 #
  30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31 # Object versioning must comply with the rules detailed in
  32 #
  33 #       usr/src/lib/README.mapfiles
  34 #
  35 # You should not be making modifications here until you've read the most current
  36 # copy of that file. If you need help, contact a gatekeeper for guidance.
  37 #
  38 # MAPFILE HEADER END
  39 #
  40 
  41 $mapfile_version 2
  42 
  43 SYMBOL_VERSION SUNW_1.10 {      # SunOS 5.11 (Solaris 11)
  44     global:
 
 451         xdr_short;
 452         xdrstdio_create;
 453         xdr_string;
 454         xdr_u_char;
 455         xdr_u_long;
 456         xdr_union;
 457         xdr_u_short;
 458         xdr_vector;
 459         xdr_void;
 460         xdr_wrapstring;
 461         xprt_register;
 462         xprt_unregister;
 463 };
 464 
 465 
 466 # There really should be only one SUNWprivate version.
 467 # Don't add any more.  Add new private symbols to SUNWprivate_1.5
 468 
 469 SYMBOL_VERSION SUNWprivate_1.5 {
 470     global:
 471         _nsl_brand_set_hooks;
 472         clnt_create_service_timed;
 473         inet_matchaddr;
 474 } SUNWprivate_1.4;
 475 
 476 SYMBOL_VERSION SUNWprivate_1.4 {
 477     global:
 478         _build_internal_algs;
 479         _check_daemon_lock;
 480         _clean_trash;
 481         _create_daemon_lock;
 482         _duplicate_alg;
 483         _enter_daemon_lock;
 484         _real_getipsecalgs;
 485         _real_getipsecprotos;
 486         str2hostent6;
 487         _str_to_ipsec_exec_mode;
 488         __yp_all_cflookup;
 489 } SUNWprivate_1.3;
 490 
 491 SYMBOL_VERSION SUNWprivate_1.3 {
 
 |