xref: /onnv-gate/usr/src/lib/libshare/common/llib-lshare (revision 3034:3199b356d00f)
1*3034Sdougm/*
2*3034Sdougm * CDDL HEADER START
3*3034Sdougm *
4*3034Sdougm * The contents of this file are subject to the terms of the
5*3034Sdougm * Common Development and Distribution License (the "License").
6*3034Sdougm * You may not use this file except in compliance with the License.
7*3034Sdougm *
8*3034Sdougm * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3034Sdougm * or http://www.opensolaris.org/os/licensing.
10*3034Sdougm * See the License for the specific language governing permissions
11*3034Sdougm * and limitations under the License.
12*3034Sdougm *
13*3034Sdougm * When distributing Covered Code, include this CDDL HEADER in each
14*3034Sdougm * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3034Sdougm * If applicable, add the following below this CDDL HEADER, with the
16*3034Sdougm * fields enclosed by brackets "[]" replaced with your own identifying
17*3034Sdougm * information: Portions Copyright [yyyy] [name of copyright owner]
18*3034Sdougm *
19*3034Sdougm * CDDL HEADER END
20*3034Sdougm */
21*3034Sdougm
22*3034Sdougm/*
23*3034Sdougm * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24*3034Sdougm * Use is subject to license terms.
25*3034Sdougm */
26*3034Sdougm
27*3034Sdougm#pragma ident	"%Z%%M%	%I%	%E% SMI"
28*3034Sdougm
29*3034Sdougm/* LINTLIBRARY */
30*3034Sdougm/* PROTOLIB1 */
31*3034Sdougm
32*3034Sdougm#include "libshare.h"
33