patch-2.0.21-2.1.0 linux/include/asm-m68k/resource.h
Next file: linux/include/asm-m68k/segment.h
Previous file: linux/include/asm-m68k/processor.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Sep 25 10:47:42 1996
- Orig file:
lx2.0/v2.0.21/linux/include/asm-m68k/resource.h
- Orig date:
Sat Mar 23 14:56:25 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/include/asm-m68k/resource.h linux/include/asm-m68k/resource.h
@@ -14,8 +14,9 @@
#define RLIMIT_NPROC 6 /* max number of processes */
#define RLIMIT_NOFILE 7 /* max number of open files */
#define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space*/
+#define RLIMIT_AS 9 /* address space limit */
-#define RLIM_NLIMITS 9
+#define RLIM_NLIMITS 10
#ifdef __KERNEL__
@@ -29,6 +30,7 @@
{LONG_MAX, LONG_MAX}, \
{MAX_TASKS_PER_USER, MAX_TASKS_PER_USER}, \
{NR_OPEN, NR_OPEN}, \
+ {LONG_MAX, LONG_MAX}, \
{LONG_MAX, LONG_MAX} \
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov