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