Whitespace cleanup, no functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34748 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Colin Günther 2009-12-22 16:53:28 +00:00
parent b7dbc3795f
commit cfcee452a4
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ struct rlimit {
/* ToDo: the only supported mode is RLIMIT_NOFILE right now */
#define RLIMIT_CORE 0 /* size of the core file */
#define RLIMIT_CPU 1 /* CPU time per team */
#define RLIMIT_DATA 2 /* data segment size */
#define RLIMIT_DATA 2 /* data segment size */
#define RLIMIT_FSIZE 3 /* file size */
#define RLIMIT_NOFILE 4 /* number of open files */
#define RLIMIT_STACK 5 /* stack size */
@ -32,7 +32,7 @@ struct rlimit {
/* Haiku-specifics */
#define RLIMIT_NOVMON 7 /* number of open vnode monitors */
#define RLIM_NLIMITS 8 /* number of resource limits */
#define RLIM_NLIMITS 8 /* number of resource limits */
#define RLIM_INFINITY (0xffffffffUL)
#define RLIM_SAVED_MAX RLIM_INFINITY