Move MAXUSERS out of opt_param.h to make sure that other code doesn't

use it rather than the tunable version.
This commit is contained in:
Peter Wemm 2001-07-26 23:05:35 +00:00
parent 18ec8d761c
commit f74654de47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80420

View File

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