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