summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-04-23 20:59:42 +0000
committerjulian <julian@FreeBSD.org>1998-04-23 20:59:42 +0000
commit7b5f18bb24867c41dabf35e10ee134ffc685f617 (patch)
tree645410d9fb6acefbd96860a73ffefe1e0fab26f3 /sys
parent49c359a7e6c7d4baaa139f18416d0d294e098611 (diff)
downloadFreeBSD-src-7b5f18bb24867c41dabf35e10ee134ffc685f617.zip
FreeBSD-src-7b5f18bb24867c41dabf35e10ee134ffc685f617.tar.gz
Oops forgot to include opt_bootp.h
Bootp works a lot better with devfs if this is present.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/mountroot.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/i386/mountroot.c b/sys/i386/i386/mountroot.c
index 44b85b8..97cb676 100644
--- a/sys/i386/i386/mountroot.c
+++ b/sys/i386/i386/mountroot.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: mountroot.c,v 1.1 1998/04/19 23:31:35 julian Exp $
+ * $Id: mountroot.c,v 1.2 1998/04/20 21:54:19 julian Exp $
*/
/*
@@ -45,10 +45,12 @@
* devices are determined (from possibilities mentioned in ioconf.c),
* and the drivers are initialized.
*/
+
+#include "opt_bootp.h"
#include "opt_cd9660.h"
#include "opt_ffs.h"
-#include "opt_nfs.h"
#include "opt_mfs.h"
+#include "opt_nfs.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud