148N/A#
148N/A# Copyright (c) 1994, 2011, Oracle and/or its affiliates. All rights reserved.
148N/A#
148N/A# CDDL HEADER START
148N/A#
148N/A# The contents of this file are subject to the terms of the
148N/A# Common Development and Distribution License (the "License").
148N/A# You may not use this file except in compliance with the License.
148N/A#
148N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
148N/A# or http://www.opensolaris.org/os/licensing.
148N/A# See the License for the specific language governing permissions
148N/A# and limitations under the License.
148N/A#
148N/A# When distributing Covered Code, include this CDDL HEADER in each
148N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148N/A# If applicable, add the following below this CDDL HEADER, with the
148N/A# fields enclosed by brackets "[]" replaced with your own identifying
148N/A# information: Portions Copyright [yyyy] [name of copyright owner]
148N/A#
148N/A# CDDL HEADER END
148N/A#
1552N/A# Generic interface definition for usr/src/lib/nsswitch/compat.
148N/A#
148N/A
148N/A#
148N/A# MAPFILE HEADER START
148N/A#
1552N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
618N/A# Object versioning must comply with the rules detailed in
148N/A#
148N/A# usr/src/lib/README.mapfiles
844N/A#
1552N/A# You should not be making modifications here until you've read the most current
148N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
1258N/A#
148N/A# MAPFILE HEADER END
148N/A#
148N/A
148N/A
181N/A$mapfile_version 2
148N/A
181N/ASYMBOL_VERSION SUNWprivate_1.1 {
148N/A global:
148N/A _nss_compat_audit_user_constr;
148N/A _nss_compat_group_constr;
148N/A _nss_compat_passwd_constr;
148N/A _nss_compat_shadow_constr;
148N/A local:
148N/A *;
148N/A};
1200N/A