summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
committerpeter <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
commit13a0014ac8b819d8ef37772cf97245df13450261 (patch)
treef72e01dc2540943cd4cda489aab412fe04a925aa /sys/kern/init_main.c
parent234155271af9a91e4bb934325b4960c8eb788260 (diff)
downloadFreeBSD-src-13a0014ac8b819d8ef37772cf97245df13450261.zip
FreeBSD-src-13a0014ac8b819d8ef37772cf97245df13450261.tar.gz
Add more options into the conf/options and i386/conf/options.i386 files
and the #include hooks so that 'make depend' is more useful. This covers most of the options I regularly use (but not all) and some other easy ones.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index cfd8918..4fb0fdd 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -39,9 +39,11 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
- * $Id: init_main.c,v 1.37 1996/01/19 03:57:59 dyson Exp $
+ * $Id: init_main.c,v 1.38 1996/02/23 19:44:10 peter Exp $
*/
+#include "opt_rlimit.h"
+
#include <sys/param.h>
#include <sys/filedesc.h>
#include <sys/errno.h>
OpenPOWER on IntegriCloud