145039663SJohn Forte#
245039663SJohn Forte# CDDL HEADER START
345039663SJohn Forte#
445039663SJohn Forte# The contents of this file are subject to the terms of the
545039663SJohn Forte# Common Development and Distribution License (the "License").
645039663SJohn Forte# You may not use this file except in compliance with the License.
745039663SJohn Forte#
845039663SJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
945039663SJohn Forte# or http://www.opensolaris.org/os/licensing.
1045039663SJohn Forte# See the License for the specific language governing permissions
1145039663SJohn Forte# and limitations under the License.
1245039663SJohn Forte#
1345039663SJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
1445039663SJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1545039663SJohn Forte# If applicable, add the following below this CDDL HEADER, with the
1645039663SJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
1745039663SJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
1845039663SJohn Forte#
1945039663SJohn Forte# CDDL HEADER END
2045039663SJohn Forte#
21*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2245039663SJohn Forte#
2345039663SJohn Forte
2445039663SJohn Forte#
2545039663SJohn Forte# MAPFILE HEADER START
2645039663SJohn Forte#
2745039663SJohn Forte# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2845039663SJohn Forte# Object versioning must comply with the rules detailed in
2945039663SJohn Forte#
3045039663SJohn Forte#	usr/src/lib/README.mapfiles
3145039663SJohn Forte#
3245039663SJohn Forte# You should not be making modifications here until you've read the most current
3345039663SJohn Forte# copy of that file. If you need help, contact a gatekeeper for guidance.
3445039663SJohn Forte#
3545039663SJohn Forte# MAPFILE HEADER END
3645039663SJohn Forte#
37*cd3e9333SAli Bahrami
38*cd3e9333SAli Bahrami$mapfile_version 2
39*cd3e9333SAli Bahrami
40*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
4145039663SJohn Forte	global:
4245039663SJohn Forte		stmf_proxy_transport_init;
4345039663SJohn Forte	local:
4445039663SJohn Forte		*;
4545039663SJohn Forte};
4645039663SJohn Forte
47*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
4845039663SJohn Forte	global:
4945039663SJohn Forte	local:
5045039663SJohn Forte	    *;
5145039663SJohn Forte};
52