aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-04-09 16:28:11 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-04-09 16:28:11 +0000
commit5a00f36414226a390bba7ec95705045a57393720 (patch)
tree4c673bfd1163956aa155296f130731f2e556d0bd /sys/conf/options
parent8b220a611d5f0fdbffd638eadf0f7dd836712b9b (diff)
downloadsrc-5a00f36414226a390bba7ec95705045a57393720.tar.gz
src-5a00f36414226a390bba7ec95705045a57393720.zip
Allow setting MAXFILES in the kernel config.
Notes
Notes: svn path=/head/; revision=45515
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 8df554677fd3..1458f2a64834 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.130 1999/03/17 01:48:34 mjacob Exp $
+# $Id: options,v 1.131 1999/04/08 17:58:07 n_hibma Exp $
#
# On the handling of kernel options
#
@@ -126,6 +126,7 @@ UNION
# Options used only in param.c.
HZ opt_param.h
+MAXFILES opt_param.h
MAXUSERS opt_param.h
MSGMNB opt_param.h
MSGMNI opt_param.h