diff options
author | eivind <eivind@FreeBSD.org> | 1998-01-09 03:21:07 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-01-09 03:21:07 +0000 |
commit | 57d4125c71b3563b2a3c7d5affee9ab7135c37bd (patch) | |
tree | 77f91d5f0cecf81cc5c3c0158d45692489a12764 /sys/kern/vfs_mount.c | |
parent | 7b61fe3f84118cce43345d2934168de0c490c149 (diff) | |
download | FreeBSD-src-57d4125c71b3563b2a3c7d5affee9ab7135c37bd.zip FreeBSD-src-57d4125c71b3563b2a3c7d5affee9ab7135c37bd.tar.gz |
Make the BOOTP family new-style options (in opt_bootp.h)
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r-- | sys/kern/vfs_mount.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <sys/param.h> /* dev_t (types.h)*/ #include <sys/kernel.h> #include <sys/systm.h> /* rootvp*/ |