xref: /onnv-gate/usr/src/cmd/fs.d/nfs/rp_basic/mapfile-vers (revision 12736:2d732c7bdbde)
111291SRobert.Thurlow@Sun.COM#
211291SRobert.Thurlow@Sun.COM# CDDL HEADER START
311291SRobert.Thurlow@Sun.COM#
411291SRobert.Thurlow@Sun.COM# The contents of this file are subject to the terms of the
511291SRobert.Thurlow@Sun.COM# Common Development and Distribution License (the "License").
611291SRobert.Thurlow@Sun.COM# You may not use this file except in compliance with the License.
711291SRobert.Thurlow@Sun.COM#
811291SRobert.Thurlow@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
911291SRobert.Thurlow@Sun.COM# or http://www.opensolaris.org/os/licensing.
1011291SRobert.Thurlow@Sun.COM# See the License for the specific language governing permissions
1111291SRobert.Thurlow@Sun.COM# and limitations under the License.
1211291SRobert.Thurlow@Sun.COM#
1311291SRobert.Thurlow@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1411291SRobert.Thurlow@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1511291SRobert.Thurlow@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1611291SRobert.Thurlow@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1711291SRobert.Thurlow@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1811291SRobert.Thurlow@Sun.COM#
1911291SRobert.Thurlow@Sun.COM# CDDL HEADER END
2011291SRobert.Thurlow@Sun.COM#
2111291SRobert.Thurlow@Sun.COM#
22*12736SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2311291SRobert.Thurlow@Sun.COM#
2411291SRobert.Thurlow@Sun.COM
2511291SRobert.Thurlow@Sun.COM#
2611291SRobert.Thurlow@Sun.COM# MAPFILE HEADER START
2711291SRobert.Thurlow@Sun.COM#
2811291SRobert.Thurlow@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2911291SRobert.Thurlow@Sun.COM# Object versioning must comply with the rules detailed in
3011291SRobert.Thurlow@Sun.COM#
3111291SRobert.Thurlow@Sun.COM#	usr/src/lib/README.mapfiles
3211291SRobert.Thurlow@Sun.COM#
3311291SRobert.Thurlow@Sun.COM# You should not be making modifications here until you've read the most current
3411291SRobert.Thurlow@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3511291SRobert.Thurlow@Sun.COM#
3611291SRobert.Thurlow@Sun.COM# MAPFILE HEADER END
3711291SRobert.Thurlow@Sun.COM#
3811291SRobert.Thurlow@Sun.COM
39*12736SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12736SAli.Bahrami@Oracle.COM
41*12736SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
4211291SRobert.Thurlow@Sun.COM    global:
4311291SRobert.Thurlow@Sun.COM	rp_plugin_ops;
4411291SRobert.Thurlow@Sun.COM    local:
4511291SRobert.Thurlow@Sun.COM	*;
4611291SRobert.Thurlow@Sun.COM};
4711291SRobert.Thurlow@Sun.COM
48