Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libresolv2/common/mapfile-vers
          +++ new/usr/src/lib/libresolv2/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) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  23   24  #
  24   25  
  25   26  #
  26   27  # MAPFILE HEADER START
  27   28  #
  28   29  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  29   30  # Object versioning must comply with the rules detailed in
  30   31  #
  31   32  #       usr/src/lib/README.mapfiles
  32   33  #
↓ open down ↓ 64 lines elided ↑ open up ↑
  97   98  
  98   99  # There really should be only one SUNWprivate version.
  99  100  # Don't add any more.  Add new private symbols to SUNWprivate_2.2
 100  101  
 101  102  SYMBOL_VERSION SUNWprivate_2.2 {
 102  103      global:
 103  104          isc_gethexstring;
 104  105          isc_puthexstring;
 105  106          __log_close_debug_channels;
 106  107          __memactive;
      108 +        __ns_name_pton2;
 107  109          p_sockun;
 108  110          res_gethostbyname2;
 109  111          res_getservers;
 110  112          res_nametoclass;
 111  113          res_nametotype;
 112  114          res_nopt;
 113  115          res_setservers;
 114  116  } SUNWprivate_2.1;
 115  117  
 116  118  SYMBOL_VERSION SUNWprivate_2.1 {
↓ open down ↓ 244 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX