diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-04 07:40:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-04 07:40:19 +0000 |
commit | 33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 (patch) | |
tree | 2d1b86a40bef0958a68cf1a2eafbeb0667a70543 /include/asm-mips64/resource.h | |
parent | 216f5f51aa02f8b113aa620ebc14a9631a217a00 (diff) |
Merge with Linux 2.3.32.
Diffstat (limited to 'include/asm-mips64/resource.h')
-rw-r--r-- | include/asm-mips64/resource.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-mips64/resource.h b/include/asm-mips64/resource.h index 6f317289f..199a9a4e6 100644 --- a/include/asm-mips64/resource.h +++ b/include/asm-mips64/resource.h @@ -1,4 +1,4 @@ -/* $Id: resource.h,v 1.2 1999/10/09 00:01:43 ralf Exp $ +/* $Id: resource.h,v 1.3 2000/01/27 23:45:30 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -26,6 +26,12 @@ #define RLIM_NLIMITS 10 /* Number of limit flavors. */ +/* + * SuS says limits have to be unsigned. + * Which makes a ton more sense anyway. + */ +#define RLIM_INFINITY (~0UL) + #ifdef __KERNEL__ #define INIT_RLIMITS \ |