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