From 57d4125c71b3563b2a3c7d5affee9ab7135c37bd Mon Sep 17 00:00:00 2001 From: eivind Date: Fri, 9 Jan 1998 03:21:07 +0000 Subject: Make the BOOTP family new-style options (in opt_bootp.h) --- sys/kern/vfs_mount.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern/vfs_mount.c') diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index b5f9b259..4a103be 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94 - * $Id: vfs_conf.c,v 1.17 1997/11/07 08:53:10 phk Exp $ + * $Id: vfs_conf.c,v 1.19 1997/12/01 11:34:41 julian Exp $ */ /* @@ -51,6 +51,8 @@ * as an aid to conversion for kernel multithreading * on SMP reentrancy */ +#include "opt_bootp.h" + #include /* dev_t (types.h)*/ #include #include /* rootvp*/ -- cgit v1.1