110725SJohn.Forte@Sun.COM# 210725SJohn.Forte@Sun.COM# CDDL HEADER START 310725SJohn.Forte@Sun.COM# 410725SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the 510725SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License"). 610725SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License. 710725SJohn.Forte@Sun.COM# 810725SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 910725SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing. 1010725SJohn.Forte@Sun.COM# See the License for the specific language governing permissions 1110725SJohn.Forte@Sun.COM# and limitations under the License. 1210725SJohn.Forte@Sun.COM# 1310725SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 1410725SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1510725SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 1610725SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 1710725SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 1810725SJohn.Forte@Sun.COM# 1910725SJohn.Forte@Sun.COM# CDDL HEADER END 2010725SJohn.Forte@Sun.COM# 21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 2210725SJohn.Forte@Sun.COM# 2310725SJohn.Forte@Sun.COM 2410725SJohn.Forte@Sun.COM# 2510725SJohn.Forte@Sun.COM# MAPFILE HEADER START 2610725SJohn.Forte@Sun.COM# 2710725SJohn.Forte@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 2810725SJohn.Forte@Sun.COM# Object versioning must comply with the rules detailed in 2910725SJohn.Forte@Sun.COM# 3010725SJohn.Forte@Sun.COM# usr/src/lib/README.mapfiles 3110725SJohn.Forte@Sun.COM# 3210725SJohn.Forte@Sun.COM# You should not be making modifications here until you've read the most current 3310725SJohn.Forte@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 3410725SJohn.Forte@Sun.COM# 3510725SJohn.Forte@Sun.COM# MAPFILE HEADER END 3610725SJohn.Forte@Sun.COM# 37*12692SAli.Bahrami@Oracle.COM 38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 39*12692SAli.Bahrami@Oracle.COM 40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 { 4110725SJohn.Forte@Sun.COM global: 4210725SJohn.Forte@Sun.COM stmf_proxy_transport_init; 4310725SJohn.Forte@Sun.COM local: 4410725SJohn.Forte@Sun.COM *; 4510725SJohn.Forte@Sun.COM}; 4610725SJohn.Forte@Sun.COM 47*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate { 4810725SJohn.Forte@Sun.COM global: 4910725SJohn.Forte@Sun.COM local: 5010725SJohn.Forte@Sun.COM *; 5110725SJohn.Forte@Sun.COM}; 5210725SJohn.Forte@Sun.COM 53