summaryrefslogtreecommitdiffstats
path: root/sys/conf/param.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2002-03-23 13:28:33 +0000
committerespie <espie@openbsd.org>2002-03-23 13:28:33 +0000
commit5c6c81907aac2480e79e61d49e872211a3ca16c1 (patch)
treebafd9b9ada7acdab09840e2c7f9bf49f60647226 /sys/conf/param.c
parentRepair. (diff)
downloadwireguard-openbsd-5c6c81907aac2480e79e61d49e872211a3ca16c1.tar.xz
wireguard-openbsd-5c6c81907aac2480e79e61d49e872211a3ca16c1.zip
Add variables for config(8) -e time tweak of systemV shared memory
parameters. Ok millert@, miod@, maja@
Diffstat (limited to 'sys/conf/param.c')
-rw-r--r--sys/conf/param.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 91ab5dda828..6cded81a9dd 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.c,v 1.18 2002/02/17 22:59:53 maja Exp $ */
+/* $OpenBSD: param.c,v 1.19 2002/03/23 13:28:34 espie Exp $ */
/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
@@ -107,6 +107,8 @@ int mcllowat = MCLLOWAT;
int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */
+int shmseg = 8;
+int shmmaxpgs = SHMMAXPGS;
/*
* Values in support of System V compatible shared memory. XXX
*/