Print this page
OS-3812 lxbrand nfs mounting fails

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnsl/common/mapfile-vers
          +++ new/usr/src/lib/libnsl/common/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  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   23  # Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       24 +# Copyright 2015 Joyent, Inc.
  24   25  #
  25   26  
  26   27  #
  27   28  # MAPFILE HEADER START
  28   29  #
  29   30  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30   31  # Object versioning must comply with the rules detailed in
  31   32  #
  32   33  #       usr/src/lib/README.mapfiles
  33   34  #
↓ open down ↓ 426 lines elided ↑ open up ↑
 460  461          xprt_register;
 461  462          xprt_unregister;
 462  463  };
 463  464  
 464  465  
 465  466  # There really should be only one SUNWprivate version.
 466  467  # Don't add any more.  Add new private symbols to SUNWprivate_1.5
 467  468  
 468  469  SYMBOL_VERSION SUNWprivate_1.5 {
 469  470      global:
      471 +        _nsl_brand_set_hooks;
 470  472          clnt_create_service_timed;
 471  473          inet_matchaddr;
 472  474  } SUNWprivate_1.4;
 473  475  
 474  476  SYMBOL_VERSION SUNWprivate_1.4 {
 475  477      global:
 476  478          _build_internal_algs;
 477  479          _check_daemon_lock;
 478  480          _clean_trash;
 479  481          _create_daemon_lock;
↓ open down ↓ 304 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX