quota.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster/*
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * CDDL HEADER START
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster *
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * The contents of this file are subject to the terms of the
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * Common Development and Distribution License, Version 1.0 only
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * (the "License"). You may not use this file except in compliance
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * with the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster *
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * or http://www.opensolaris.org/os/licensing.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * See the License for the specific language governing permissions
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * and limitations under the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster *
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * When distributing Covered Code, include this CDDL HEADER in each
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * If applicable, add the following below this CDDL HEADER, with the
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * fields enclosed by brackets "[]" replaced with your own identifying
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * information: Portions Copyright [yyyy] [name of copyright owner]
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster *
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * CDDL HEADER END
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster/*
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * Copyright 1997 Sun Microsystems, Inc. All rights reserved.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * Use is subject to license terms.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster/* All Rights Reserved */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster/*
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * University Copyright- Copyright (c) 1982, 1986, 1988
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * The Regents of the University of California
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * All Rights Reserved
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster *
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * University Acknowledgment- Portions of this document are derived from
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * software developed by the University of California, Berkeley, and its
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * contributors.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster/*
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * Note that the guard is carefully crafted here.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster * Don't change and keep the convention for now.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#ifndef _SYS_FS_UFS_QUOTA_H
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#pragma ident "%Z%%M% %I% %E% SMI"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#include <sys/types.h>
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#include <sys/fs/ufs_quota.h>
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#endif /* _SYS_FS_UFS_QUOTA_H */
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster