From 900d29807dafc6f0cf9a730ae1f46bcca5d00f3d Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 22 Sep 1994 19:38:41 +0000 Subject: More loadable VFS changes: - Make a number of filesystems work again when they are statically compiled (blush) - FIFOs are no longer optional; ``options FIFO'' removed from distributed config files. --- sys/fs/nullfs/null_vfsops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/fs/nullfs/null_vfsops.c') diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 98f9cc6..8ffdcb4 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -36,7 +36,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vfsops.c,v 1.1.1.1 1994/05/24 10:05:03 rgrimes Exp $ + * $Id: null_vfsops.c,v 1.2 1994/09/21 03:47:01 wollman Exp $ */ /* @@ -46,6 +46,7 @@ #include #include +#include #include #include #include -- cgit v1.1