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