patch-pre2.0.13 linux/include/asm-i386/resource.h
Next file: linux/include/linux/baycom.h
Previous file: linux/fs/smbfs/sock.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Jun 6 09:24:31 1996
- Orig file:
pre2.0.12/linux/include/asm-i386/resource.h
- Orig date:
Fri Nov 17 16:05:40 1995
diff -u --recursive --new-file pre2.0.12/linux/include/asm-i386/resource.h linux/include/asm-i386/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
with Sam's (original) version of this