summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2005-12-21 10:57:22 +0000
committeryamt <yamt@NetBSD.org>2005-12-21 10:57:22 +0000
commitfcae6339ea17b10b3088f5adf478b95ca77f2c8a (patch)
tree1c9b013787af24579d2d4452f6985c63328475d2 /sys/conf/param.c
parent469147a42c0e41cc82ee87d2655700bd135d0bda (diff)
defparam NMBCLUSTERS.
Diffstat (limited to 'sys/conf/param.c')
-rw-r--r--sys/conf/param.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index b4b805e056d..58e13f578c4 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $NetBSD: param.c,v 1.49 2005/12/11 12:20:30 christos Exp $ */
+/* $NetBSD: param.c,v 1.50 2005/12/21 10:57:22 yamt Exp $ */
/*
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@@ -37,12 +37,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.49 2005/12/11 12:20:30 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.50 2005/12/21 10:57:22 yamt Exp $");
#include "opt_hz.h"
#include "opt_rtc_offset.h"
#include "opt_sysv.h"
#include "opt_sysvparam.h"
+#include "opt_nmbclusters.h"
#include <sys/param.h>
#include <sys/systm.h>