Style fix - keep the line length below 80 characters.

Submitted by:	bde@
This commit is contained in:
Edward Tomasz Napierala 2010-07-18 11:13:36 +00:00
parent 1de98e0687
commit 3ea270e878
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210220

View File

@ -92,7 +92,7 @@ struct rusage {
#define RLIMIT_NPROC 7 /* number of processes */
#define RLIMIT_NOFILE 8 /* number of open files */
#define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */
#define RLIMIT_VMEM 10 /* virtual process size (inclusive of mmap) */
#define RLIMIT_VMEM 10 /* virtual process size (incl. mmap) */
#define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */
#define RLIMIT_NPTS 11 /* pseudo-terminals */
#define RLIMIT_SWAP 12 /* swap used */