1260401Sscottl/*-
2260401Sscottl * Copyright (c) 1990, 1993
3260401Sscottl *	The Regents of the University of California.  All rights reserved.
4260401Sscottl * (c) UNIX System Laboratories, Inc.
5260401Sscottl * All or some portions of this file are derived from material licensed
6260401Sscottl * to the University of California by American Telephone and Telegraph
7260401Sscottl * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8260401Sscottl * the permission of UNIX System Laboratories, Inc.
9260401Sscottl *
10260401Sscottl * Redistribution and use in source and binary forms, with or without
11260401Sscottl * modification, are permitted provided that the following conditions
12260401Sscottl * are met:
13260401Sscottl * 1. Redistributions of source code must retain the above copyright
14260401Sscottl *    notice, this list of conditions and the following disclaimer.
15260401Sscottl * 2. Redistributions in binary form must reproduce the above copyright
16260401Sscottl *    notice, this list of conditions and the following disclaimer in the
17260401Sscottl *    documentation and/or other materials provided with the distribution.
18260401Sscottl * 4. Neither the name of the University nor the names of its contributors
19260401Sscottl *    may be used to endorse or promote products derived from this software
20260401Sscottl *    without specific prior written permission.
21260401Sscottl *
22260401Sscottl * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23260401Sscottl * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24260401Sscottl * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25260401Sscottl * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26260401Sscottl * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27260401Sscottl * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28260401Sscottl * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29260401Sscottl * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30260401Sscottl * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31260401Sscottl * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32260401Sscottl * SUCH DAMAGE.
33260401Sscottl *
34260401Sscottl *	@(#)dkstat.h	8.2 (Berkeley) 1/21/94
35260401Sscottl * $FreeBSD$
36260401Sscottl */
37260401Sscottl
38260401Sscottl#ifndef _SYS_DKSTAT_H_
39260401Sscottl#define _SYS_DKSTAT_H_ 1
40260401Sscottl
41260401Sscottl#include <sys/resource.h>
42260401Sscottl
43260401Sscottl#endif /* _SYS_DKSTAT_H_ */
44260401Sscottl