aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_param.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-14 08:34:55 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-14 08:34:55 +0000
commit3ea57f9da27ed84af1c3d8a79b11052729cb9283 (patch)
treea4c569bc3f71280132edd1a30a527712d68b0d8c /sys/kern/subr_param.c
parent0c2383102b9a9e7cfc202713e72a040838ce3ddd (diff)
downloadsrc-3ea57f9da27ed84af1c3d8a79b11052729cb9283.tar.gz
src-3ea57f9da27ed84af1c3d8a79b11052729cb9283.zip
Fixed problems with kernel config file overrides of sysv semaphore
parameters. Prior to this fix a kernel config override would effect only some of the kernel files, resulting in panics. PR: kern/9068
Notes
Notes: svn path=/head/; revision=41774
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r--sys/kern/subr_param.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index 6736b9688de2..ef98c59c6e25 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -36,9 +36,11 @@
* SUCH DAMAGE.
*
* @(#)param.c 8.3 (Berkeley) 8/20/94
- * $Id: param.c,v 1.30 1998/07/11 13:06:38 bde Exp $
+ * $Id: param.c,v 1.31 1998/11/05 14:28:17 dg Exp $
*/
+#include <stddef.h>
+
#include "opt_sysvipc.h"
#include "opt_param.h"