mapfile-vers revision 7c478bd95313f5f23a4c958a745db2134aa03244
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington#ident "%Z%%M% %I% %E% SMI"
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# Use is subject to license terms.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# CDDL HEADER START
15a44745412679c30a6d022733925af70a38b715David Lawrence# The contents of this file are subject to the terms of the
15a44745412679c30a6d022733925af70a38b715David Lawrence# Common Development and Distribution License, Version 1.0 only
15a44745412679c30a6d022733925af70a38b715David Lawrence# (the "License"). You may not use this file except in compliance
15a44745412679c30a6d022733925af70a38b715David Lawrence# with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# See the License for the specific language governing permissions
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# and limitations under the License.
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# When distributing Covered Code, include this CDDL HEADER in each
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# If applicable, add the following below this CDDL HEADER, with the
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
6028d1ce0380d0ba7f6c6ecd1ad20b31ddd1becbDavid Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# CDDL HEADER END
726290e9d5b720b736fa39d9f7d92c2efb7d1f24Bob Halley# Generic interface definition for usr/src/lib/nsswitch/files.
2504b0a58600c1156a6b829c816d13c58a069453Bob Halley# For information regarding the establishment of versioned definitions see:
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley# The Linker and Libraries Manual (version 2.5 or greater)
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington# This is part of the Developers Guide in the Answerbook. Specifically refer
7457bbd82fa701ee78f709cd157436e6878b43d1Bob Halley# to Chapter 2 under section "Defining Additional Symbols" through section
c69ad15d9444d76c44471579f28a84e8ce4ef0c2Bob Halley# "Reducing Symbol Scope", and Chapter 5 "Versioning".
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews# For specific OSNET rules for the modification (evolution) of these version
03ccfda9ec9fde56c83b381eccbac44071b36143Andreas Gustafsson# definitions see:
c56c5586b49ccddbaf7e2b5c6c06adee1c509253Bob Halley# Policy for Shared Library Version Names and Interface Definitions
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid LawrenceSUNWprivate_1.1 {
290074dd410acdd003f67f99409d75e0dcacd97bAndreas Gustafsson _nss_files_bootparams_constr;
070d058606dff606710f320b071891bf16e02076Andreas Gustafsson _nss_files_auth_attr_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_audit_user_constr;
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley _nss_files_ethers_constr;
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley _nss_files_exec_attr_constr;
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews _nss_files_group_constr;
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley _nss_files_hosts_constr;
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley _nss_files_ipnodes_constr;
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley _nss_files_netmasks_constr;
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews _nss_files_networks_constr;
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley _nss_files_passwd_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_printers_constr;
6f44af1c8320e84d6b0c0c42bacadfe3020d9a91Mark Andrews _nss_files__printers_constr;
6f44af1c8320e84d6b0c0c42bacadfe3020d9a91Mark Andrews _nss_files_prof_attr_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_project_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_protocols_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_rpc_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_services_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_shadow_constr;
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley _nss_files_user_attr_constr;