Deleted Added
full compact
quota.h (1817) quota.h (2177)
1/*
2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Robert Elz at The University of Melbourne.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)quota.h 8.1 (Berkeley) 6/11/93
1/*
2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Robert Elz at The University of Melbourne.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)quota.h 8.1 (Berkeley) 6/11/93
37 * $Id$
37 * $Id: quota.h,v 1.2 1994/08/02 07:54:51 davidg Exp $
38 */
39
38 */
39
40#ifndef _QUOTA_
41#define _QUOTA_
40#ifndef _UFS_UFS_QUOTA_
41#define _UFS_UFS_QUOTA_
42
43/*
44 * Definitions for disk quotas imposed on the average user
45 * (big brother finally hits UNIX).
46 *
47 * The following constants define the amount of time given a user before the
48 * soft limits are treated as hard limits (usually resulting in an allocation
49 * failure). The timer is started when the user crosses their soft limit, it

--- 159 unchanged lines hidden ---
42
43/*
44 * Definitions for disk quotas imposed on the average user
45 * (big brother finally hits UNIX).
46 *
47 * The following constants define the amount of time given a user before the
48 * soft limits are treated as hard limits (usually resulting in an allocation
49 * failure). The timer is started when the user crosses their soft limit, it

--- 159 unchanged lines hidden ---