summaryrefslogtreecommitdiff
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
parent469147a42c0e41cc82ee87d2655700bd135d0bda (diff)
defparam NMBCLUSTERS.
-rw-r--r--sys/conf/files4
-rw-r--r--sys/conf/param.c5
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 84cc94f1f6b..b3ef179211b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.747 2005/12/20 05:35:30 thorpej Exp $
+# $NetBSD: files,v 1.748 2005/12/21 10:57:22 yamt Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -159,7 +159,7 @@ defflag opt_ppp.h PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
# networking options
#
defflag GATEWAY
-
+defparam opt_nmbclusters.h NMBCLUSTERS
defparam SB_MAX
# file system options
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>