svn commit: r210216 - head/sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Jul 18 08:54:31 UTC 2010


Author: trasz
Date: Sun Jul 18 08:54:31 2010
New Revision: 210216
URL: http://svn.freebsd.org/changeset/base/210216

Log:
  Style fix.

Modified:
  head/sys/sys/resource.h

Modified: head/sys/sys/resource.h
==============================================================================
--- head/sys/sys/resource.h	Sun Jul 18 08:34:44 2010	(r210215)
+++ head/sys/sys/resource.h	Sun Jul 18 08:54:31 2010	(r210216)
@@ -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 (inclusive of mmap) */
 #define	RLIMIT_AS	RLIMIT_VMEM	/* standard name for RLIMIT_VMEM */
 #define	RLIMIT_NPTS	11		/* pseudo-terminals */
 #define	RLIMIT_SWAP	12		/* swap used */


More information about the svn-src-all mailing list