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