xref: /onnv-gate/usr/src/lib/libidmap/common/llib-lidmap (revision 12890:16985853e3aa)
14520Snw141292/*
24520Snw141292 * CDDL HEADER START
34520Snw141292 *
44520Snw141292 * The contents of this file are subject to the terms of the
54520Snw141292 * Common Development and Distribution License (the "License").
64520Snw141292 * You may not use this file except in compliance with the License.
74520Snw141292 *
84520Snw141292 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94520Snw141292 * or http://www.opensolaris.org/os/licensing.
104520Snw141292 * See the License for the specific language governing permissions
114520Snw141292 * and limitations under the License.
124520Snw141292 *
134520Snw141292 * When distributing Covered Code, include this CDDL HEADER in each
144520Snw141292 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154520Snw141292 * If applicable, add the following below this CDDL HEADER, with the
164520Snw141292 * fields enclosed by brackets "[]" replaced with your own identifying
174520Snw141292 * information: Portions Copyright [yyyy] [name of copyright owner]
184520Snw141292 *
194520Snw141292 * CDDL HEADER END
204520Snw141292 */
214520Snw141292/*
22*12890SJoyce.McIntosh@Sun.COM * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
234520Snw141292 */
244520Snw141292
254520Snw141292/* LINTLIBRARY */
264520Snw141292/* PROTOLIB1 */
274520Snw141292
28*12890SJoyce.McIntosh@Sun.COM#include "idmap.h"
29*12890SJoyce.McIntosh@Sun.COM#include "idmap_priv.h"
3010122SJordan.Brown@Sun.COM#include "directory.h"
3110122SJordan.Brown@Sun.COM#include "directory_private.h"
3210122SJordan.Brown@Sun.COM#include "sized_array.h"
3310122SJordan.Brown@Sun.COM#include "directory_library_impl.h"
3410122SJordan.Brown@Sun.COM#include "sidutil.h"
35