patch-2.4.0-test9 linux/include/asm-mips/resource.h
Next file: linux/include/asm-mips64/fcntl.h
Previous file: linux/include/asm-mips/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Sep 22 14:21:20 2000
- Orig file:
v2.4.0-test8/linux/include/asm-mips/resource.h
- Orig date:
Sat May 13 08:31:25 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-mips/resource.h linux/include/asm-mips/resource.h
@@ -22,8 +22,9 @@
#define RLIMIT_RSS 7 /* max resident set size */
#define RLIMIT_NPROC 8 /* max number of processes */
#define RLIMIT_MEMLOCK 9 /* max locked-in-memory address space */
+#define RLIMIT_LOCKS 10 /* maximum file locks held */
-#define RLIM_NLIMITS 10 /* Number of limit flavors. */
+#define RLIM_NLIMITS 11 /* Number of limit flavors. */
/*
* SuS says limits have to be unsigned.
@@ -44,6 +45,7 @@
{ RLIM_INFINITY, RLIM_INFINITY }, \
{ RLIM_INFINITY, RLIM_INFINITY }, \
{ 0, 0 }, \
+ { RLIM_INFINITY, RLIM_INFINITY }, \
{ RLIM_INFINITY, RLIM_INFINITY }, \
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)