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