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/miscfs/umapfs/umap_vfsops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/miscfs/umapfs/umap_vfsops.c') diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index dba5d41..c12bb8c 100644 --- a/sys/miscfs/umapfs/umap_vfsops.c +++ b/sys/miscfs/umapfs/umap_vfsops.c @@ -35,7 +35,7 @@ * * @(#)umap_vfsops.c 8.3 (Berkeley) 1/21/94 * - * $Id: umap_vfsops.c,v 1.2 1994/08/02 07:45:36 davidg Exp $ + * $Id: umap_vfsops.c,v 1.3 1994/09/21 03:47:11 wollman Exp $ */ /* @@ -45,6 +45,7 @@ #include #include +#include #include #include #include -- cgit v1.1