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*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23549ec3ffSdougm# Use is subject to license terms. 24549ec3ffSdougm# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38549ec3ffSdougm# 39549ec3ffSdougm 40549ec3ffSdougmSUNWprivate_1.1 { 41549ec3ffSdougm global: 42549ec3ffSdougm sa_plugin_ops; 43549ec3ffSdougm local: 44549ec3ffSdougm *; 45549ec3ffSdougm}; 46549ec3ffSdougm 47