From 60b1f4c989979d952eef27778ceb0a5b16668176 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 23 Apr 1998 20:59:42 +0000 Subject: [PATCH] Oops forgot to include opt_bootp.h Bootp works a lot better with devfs if this is present. --- sys/i386/i386/mountroot.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/i386/i386/mountroot.c b/sys/i386/i386/mountroot.c index 44b85b83ad8b..97cb6763f076 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 #include