aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-07-26 23:05:35 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-07-26 23:05:35 +0000
commitf74654de47f142bbf5b0375adfee8ec384b66081 (patch)
treefb85d6d5c284cbe012e23b4cd9cd10d4bb64dd28 /sys/conf/options
parent18ec8d761ce6e5e08f89555d351a7f972bef162b (diff)
downloadsrc-f74654de47f142bbf5b0375adfee8ec384b66081.tar.gz
src-f74654de47f142bbf5b0375adfee8ec384b66081.zip
Move MAXUSERS out of opt_param.h to make sure that other code doesn't
use it rather than the tunable version.
Notes
Notes: svn path=/head/; revision=80420
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options
index dca25f147a80..b58eaf46d85a 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -165,13 +165,13 @@ UFS_DIRHASH opt_ufs.h
# they won't make any difference yet).
NFS_ROOT opt_nfsroot.h
-# Options used only in param.c.
+# Options used only in subr_param.c.
HZ opt_param.h
MAXFILES opt_param.h
-MAXUSERS opt_param.h
NBUF opt_param.h
NMBCLUSTERS opt_param.h
NSFBUFS opt_param.h
+MAXUSERS
# Generic SCSI options.
CAM_MAX_HIGHPOWER opt_cam.h