1*13122SStephen.Lawrence@oracle.COM/* 2*13122SStephen.Lawrence@oracle.COM * CDDL HEADER START 3*13122SStephen.Lawrence@oracle.COM * 4*13122SStephen.Lawrence@oracle.COM * The contents of this file are subject to the terms of the 5*13122SStephen.Lawrence@oracle.COM * Common Development and Distribution License (the "License"). 6*13122SStephen.Lawrence@oracle.COM * You may not use this file except in compliance with the License. 7*13122SStephen.Lawrence@oracle.COM * 8*13122SStephen.Lawrence@oracle.COM * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*13122SStephen.Lawrence@oracle.COM * or http://www.opensolaris.org/os/licensing. 10*13122SStephen.Lawrence@oracle.COM * See the License for the specific language governing permissions 11*13122SStephen.Lawrence@oracle.COM * and limitations under the License. 12*13122SStephen.Lawrence@oracle.COM * 13*13122SStephen.Lawrence@oracle.COM * When distributing Covered Code, include this CDDL HEADER in each 14*13122SStephen.Lawrence@oracle.COM * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*13122SStephen.Lawrence@oracle.COM * If applicable, add the following below this CDDL HEADER, with the 16*13122SStephen.Lawrence@oracle.COM * fields enclosed by brackets "[]" replaced with your own identifying 17*13122SStephen.Lawrence@oracle.COM * information: Portions Copyright [yyyy] [name of copyright owner] 18*13122SStephen.Lawrence@oracle.COM * 19*13122SStephen.Lawrence@oracle.COM * CDDL HEADER END 20*13122SStephen.Lawrence@oracle.COM */ 21*13122SStephen.Lawrence@oracle.COM 22*13122SStephen.Lawrence@oracle.COM/* 23*13122SStephen.Lawrence@oracle.COM * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*13122SStephen.Lawrence@oracle.COM */ 25*13122SStephen.Lawrence@oracle.COM 26*13122SStephen.Lawrence@oracle.COM/* LINTLIBRARY */ 27*13122SStephen.Lawrence@oracle.COM/* PROTOLIB1 */ 28*13122SStephen.Lawrence@oracle.COM 29*13122SStephen.Lawrence@oracle.COM#include <zonestat.h> 30*13122SStephen.Lawrence@oracle.COM 31