xref: /illumos-gate/usr/src/lib/fm/libseslog/common/mapfile-vers (revision 5801b0f01c3c34499a929ed96164a5a68b470945)
1e4f5a11dSJames Kremer#
2e4f5a11dSJames Kremer# CDDL HEADER START
3e4f5a11dSJames Kremer#
4e4f5a11dSJames Kremer# The contents of this file are subject to the terms of the
5e4f5a11dSJames Kremer# Common Development and Distribution License (the "License").
6e4f5a11dSJames Kremer# You may not use this file except in compliance with the License.
7e4f5a11dSJames Kremer#
8e4f5a11dSJames Kremer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e4f5a11dSJames Kremer# or http://www.opensolaris.org/os/licensing.
10e4f5a11dSJames Kremer# See the License for the specific language governing permissions
11e4f5a11dSJames Kremer# and limitations under the License.
12e4f5a11dSJames Kremer#
13e4f5a11dSJames Kremer# When distributing Covered Code, include this CDDL HEADER in each
14e4f5a11dSJames Kremer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15e4f5a11dSJames Kremer# If applicable, add the following below this CDDL HEADER, with the
16e4f5a11dSJames Kremer# fields enclosed by brackets "[]" replaced with your own identifying
17e4f5a11dSJames Kremer# information: Portions Copyright [yyyy] [name of copyright owner]
18e4f5a11dSJames Kremer#
19e4f5a11dSJames Kremer# CDDL HEADER END
20e4f5a11dSJames Kremer#
21e4f5a11dSJames Kremer#
22e4f5a11dSJames Kremer# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23e4f5a11dSJames Kremer#
24e4f5a11dSJames Kremer
25e4f5a11dSJames Kremer
26e4f5a11dSJames Kremer#
27e4f5a11dSJames Kremer# MAPFILE HEADER START
28e4f5a11dSJames Kremer#
29e4f5a11dSJames Kremer# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30e4f5a11dSJames Kremer# Object versioning must comply with the rules detailed in
31e4f5a11dSJames Kremer#
32e4f5a11dSJames Kremer#	usr/src/lib/README.mapfiles
33e4f5a11dSJames Kremer#
34e4f5a11dSJames Kremer# You should not be making modifications here until you've read the most current
35e4f5a11dSJames Kremer# copy of that file. If you need help, contact a gatekeeper for guidance.
36e4f5a11dSJames Kremer#
37e4f5a11dSJames Kremer# MAPFILE HEADER END
38e4f5a11dSJames Kremer#
39e4f5a11dSJames Kremer
40*5801b0f0SToomas Soome$mapfile_version 2
41*5801b0f0SToomas Soome
42*5801b0f0SToomas SoomeSYMBOL_VERSION SUNWprivate_1.1 {
43e4f5a11dSJames Kremer    global:
44e4f5a11dSJames Kremer        access_ses_log;
45e4f5a11dSJames Kremer    local:
46e4f5a11dSJames Kremer	*;
47e4f5a11dSJames Kremer};
48