mapfile-vers revision 5aefb6555731130ca4fd295960123d71f2d21fe8
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# CDDL HEADER START
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# The contents of this file are subject to the terms of the
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Common Development and Distribution License (the "License").
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# You may not use this file except in compliance with the License.
9afe19d634946d50eab30e3b90cb5cebcde39eeaDaniel Lezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# or http://www.opensolaris.org/os/licensing.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# See the License for the specific language governing permissions
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# and limitations under the License.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# When distributing Covered Code, include this CDDL HEADER in each
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# If applicable, add the following below this CDDL HEADER, with the
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# fields enclosed by brackets "[]" replaced with your own identifying
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# information: Portions Copyright [yyyy] [name of copyright owner]
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# CDDL HEADER END
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Use is subject to license terms.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
6a44839f5973f41553349f1b5e77d8db809e60ebDwight Engen#ident "%Z%%M% %I% %E% SMI"
61a1d519f472c1ac95c641d974401c932f82be66Christian Seiler#
d0386d66058fbd62ee99415ee8f4475a011b7b8cChristian Seiler
502657d5a4b3b2de6d314c491766e062c37c94d5Christian Seiler# Specify what global symbols we export (none). Note that we're not
ec346ea11f76d0797035c476794104a3230531f9Stéphane Graber# interested in declaring a version, simply scoping the file is sufficient.
c797a220d51d2796355fd60eca50523ffd6fb45eChristian Seiler
9c4693b853c5a9ab2156544ee3334a082cdba420Christian Seiler{
f2363e38d07db2ad4796b5580b95e3665ed34a88S.Çağlar Onur global:
6a44839f5973f41553349f1b5e77d8db809e60ebDwight Engen main; # debuggers seem to like this.
c797a220d51d2796355fd60eca50523ffd6fb45eChristian Seiler local:
60bf62d4ae36a48342fb8aee680fbd4b423810b1Serge Hallyn *;
60bf62d4ae36a48342fb8aee680fbd4b423810b1Serge Hallyn};
ea0da529721d9d2b13d3807746130d66730b0eabSerge Hallyn