mapfile-vers revision 7c478bd95313f5f23a4c958a745db2134aa03244
5335N/A#
5335N/A#ident "%Z%%M% %I% %E% SMI"
5335N/A#
5335N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5335N/A# Use is subject to license terms.
5335N/A#
5335N/A# CDDL HEADER START
5335N/A#
5335N/A# The contents of this file are subject to the terms of the
5335N/A# Common Development and Distribution License, Version 1.0 only
5335N/A# (the "License"). You may not use this file except in compliance
5335N/A# with the License.
5335N/A#
5335N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5335N/A# or http://www.opensolaris.org/os/licensing.
5335N/A# See the License for the specific language governing permissions
5335N/A# and limitations under the License.
5335N/A#
5335N/A# When distributing Covered Code, include this CDDL HEADER in each
5335N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5335N/A# If applicable, add the following below this CDDL HEADER, with the
5335N/A# fields enclosed by brackets "[]" replaced with your own identifying
5335N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5335N/A#
5335N/A# CDDL HEADER END
5335N/A#
5335N/A# Generic interface definition for usr/src/lib/nsswitch/nis.
5335N/A#
5335N/A# For information regarding the establishment of versioned definitions see:
5335N/A# The Linker and Libraries Manual (version 2.5 or greater)
5335N/A# This is part of the Developers Guide in the Answerbook. Specifically refer
5335N/A# to Chapter 2 under section "Defining Additional Symbols" through section
5335N/A# "Reducing Symbol Scope", and Chapter 5 "Versioning".
5335N/A#
5335N/A# For specific OSNET rules for the modification (evolution) of these version
5335N/A# definitions see:
5335N/A# Policy for Shared Library Version Names and Interface Definitions
5335N/A
5335N/A
5335N/ASUNWprivate_1.1 {
5335N/A global:
5335N/A _nss_nis_bootparams_constr;
5335N/A _nss_nis_auth_attr_constr;
5335N/A _nss_nis_audit_user_constr;
5335N/A _nss_nis_ethers_constr;
5335N/A _nss_nis_exec_attr_constr;
5335N/A _nss_nis_group_constr;
5335N/A _nss_nis_hosts_constr;
5335N/A _nss_nis_ipnodes_constr;
5335N/A _nss_nis_netgroup_constr;
5335N/A _nss_nis_netmasks_constr;
5335N/A _nss_nis_networks_constr;
5335N/A _nss_nis_passwd_constr;
5335N/A _nss_nis_printers_constr;
5335N/A _nss_nis__printers_constr;
5335N/A _nss_nis_prof_attr_constr;
5335N/A _nss_nis_protocols_constr;
5335N/A _nss_nis_rpc_constr;
5335N/A _nss_nis_services_constr;
5335N/A _nss_nis_shadow_constr;
5335N/A _nss_nis_user_attr_constr;
5335N/A _nss_nis_project_constr;
5335N/A local:
5335N/A *;
5335N/A};
5335N/A