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