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