Print this page
8330 Add svc_tp_create_addr to libnsl
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnsl/common/mapfile-vers
          +++ new/usr/src/lib/libnsl/common/mapfile-vers
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23      -# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       23 +# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
  24   24  #
  25   25  
  26   26  #
  27   27  # MAPFILE HEADER START
  28   28  #
  29   29  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30   30  # Object versioning must comply with the rules detailed in
  31   31  #
  32   32  #       usr/src/lib/README.mapfiles
  33   33  #
  34   34  # You should not be making modifications here until you've read the most current
  35   35  # copy of that file. If you need help, contact a gatekeeper for guidance.
  36   36  #
  37   37  # MAPFILE HEADER END
  38   38  #
  39   39  
  40   40  $mapfile_version 2
  41   41  
       42 +SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
       43 +    global:
       44 +        svc_tp_create_addr;
       45 +} SUNW_1.10;
       46 +
  42   47  SYMBOL_VERSION SUNW_1.10 {      # SunOS 5.11 (Solaris 11)
  43   48      global:
  44   49          SUNW_1.10;
  45   50  } SUNW_1.9.1;
  46   51  
  47   52  SYMBOL_VERSION SUNW_1.9.1 {     # SunOS 5.10 (Solaris 10 update 5)
  48   53      global:
  49   54          inet_aton;
  50   55  } SUNW_1.9;
  51   56  
↓ open down ↓ 731 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX