defparam NMBCLUSTERS.

This commit is contained in:
yamt 2005-12-21 10:57:22 +00:00
parent 469147a42c
commit fcae6339ea
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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>