From 3ea270e878ec5875579ca242bf8881169cbd3f9b Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 18 Jul 2010 11:13:36 +0000 Subject: [PATCH] Style fix - keep the line length below 80 characters. Submitted by: bde@ --- sys/sys/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/resource.h b/sys/sys/resource.h index 54db48a7374a..7d0b4ee2aea3 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -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 */