b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# CDDL HEADER START
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# The contents of this file are subject to the terms of the
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Common Development and Distribution License (the "License").
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# You may not use this file except in compliance with the License.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# or http://www.opensolaris.org/os/licensing.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# See the License for the specific language governing permissions
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# and limitations under the License.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# If applicable, add the following below this CDDL HEADER, with the
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# CDDL HEADER END
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# MAPFILE HEADER START
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Object versioning must comply with the rules detailed in
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# usr/src/lib/README.mapfiles
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# You should not be making modifications here until you've read the most current
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# copy of that file. If you need help, contact a gatekeeper for guidance.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# MAPFILE HEADER END
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross#
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross$mapfile_version 2
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossSYMBOL_VERSION SUNWprivate {
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross global:
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fksmbsrv_drv_close;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fksmbsrv_drv_ioctl;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fksmbsrv_drv_load;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fksmbsrv_drv_open;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross local:
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross *;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross};