1549ec3ffSdougm# 2549ec3ffSdougm# CDDL HEADER START 3549ec3ffSdougm# 4549ec3ffSdougm# The contents of this file are subject to the terms of the 5549ec3ffSdougm# Common Development and Distribution License (the "License"). 6549ec3ffSdougm# You may not use this file except in compliance with the License. 7549ec3ffSdougm# 8549ec3ffSdougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9549ec3ffSdougm# or http://www.opensolaris.org/os/licensing. 10549ec3ffSdougm# See the License for the specific language governing permissions 11549ec3ffSdougm# and limitations under the License. 12549ec3ffSdougm# 13549ec3ffSdougm# When distributing Covered Code, include this CDDL HEADER in each 14549ec3ffSdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15549ec3ffSdougm# If applicable, add the following below this CDDL HEADER, with the 16549ec3ffSdougm# fields enclosed by brackets "[]" replaced with your own identifying 17549ec3ffSdougm# information: Portions Copyright [yyyy] [name of copyright owner] 18549ec3ffSdougm# 19549ec3ffSdougm# CDDL HEADER END 20549ec3ffSdougm# 21549ec3ffSdougm# 22*cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 23549ec3ffSdougm# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 37549ec3ffSdougm# 38549ec3ffSdougm 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 42549ec3ffSdougm global: 43549ec3ffSdougm sa_plugin_ops; 44549ec3ffSdougm local: 45549ec3ffSdougm *; 46549ec3ffSdougm}; 47549ec3ffSdougm 48