summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-24 04:02:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-24 04:02:21 +0000
commita5bff3da3b6a94b2b36201ba502eb3560e3862cf (patch)
tree8e8b3de7c61a98b25fcb0ea87b56ee804a705c85 /sys/conf
parentdd70b979db546c01389100f9768b3360c9da36b9 (diff)
knf
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/param.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 1db178e7607..17ae69377d8 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.c,v 1.21 2003/06/02 23:28:01 millert Exp $ */
+/* $OpenBSD: param.c,v 1.22 2003/07/24 04:02:20 deraadt Exp $ */
/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
@@ -104,7 +104,7 @@ int mcllowat = MCLLOWAT;
int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */
int shmseg = 8;
-int shmmaxpgs = SHMMAXPGS;
+int shmmaxpgs = SHMMAXPGS;
/*
* Values in support of System V compatible shared memory. XXX
*/