mapfile-vers revision f808c858fa61e7769218966759510a8b1190dfcf
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER START
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# The contents of this file are subject to the terms of the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Common Development and Distribution License (the "License").
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You may not use this file except in compliance with the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# or http://www.opensolaris.org/os/licensing.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# See the License for the specific language governing permissions
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# and limitations under the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# If applicable, add the following below this CDDL HEADER, with the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER END
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
16dd44c265271a75647fb0bb41109bb7c585a526Daniel Beauregard# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Use is subject to license terms.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# ident "%Z%%M% %I% %E% SMI"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSUNW_1.2 {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte global:
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_check;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_free;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_fromtext;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_get;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_set;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_strip;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_totext;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte acl_trivial;
93c20f2609342fd05f6625f16dfcb9348e7977f2Sukumar Swaminathan facl_get;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte facl_set;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte} SUNW_1.1;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Due to mistakes made early in the history of this library, there are
16dd44c265271a75647fb0bb41109bb7c585a526Daniel Beauregard# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
16dd44c265271a75647fb0bb41109bb7c585a526Daniel Beauregard# Don't add any symbols to this version.
16dd44c265271a75647fb0bb41109bb7c585a526Daniel Beauregard
16dd44c265271a75647fb0bb41109bb7c585a526Daniel BeauregardSUNW_1.1 {
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe global:
SUNW_1.1;
} SUNW_0.9;
SUNW_0.9 {
global:
aclcheck;
aclfrommode;
aclfromtext;
aclsort;
acltomode;
acltotext;
};
SUNWprivate_1.1 {
global:
acl_addentries;
acl_alloc;
acl_cnt;
acl_data;
acl_dup;
acl_error;
acl_flags;
acl_modifyentries;
acl_parse;
acl_printacl;
acl_removeentries;
acl_strerror;
acl_to_aclp;
acl_type;
local:
*;
};