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/fifofs/fifo.h | 4 +--- sys/miscfs/fifofs/fifo_vnops.c | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/miscfs/fifofs') diff --git a/sys/miscfs/fifofs/fifo.h b/sys/miscfs/fifofs/fifo.h index c57ba91..4074b9e 100644 --- a/sys/miscfs/fifofs/fifo.h +++ b/sys/miscfs/fifofs/fifo.h @@ -31,10 +31,9 @@ * SUCH DAMAGE. * * @(#)fifo.h 8.2 (Berkeley) 2/2/94 - * $Id$ + * $Id: fifo.h,v 1.2 1994/08/02 07:44:54 davidg Exp $ */ -#ifdef FIFO /* * Prototypes for fifo operations on vnodes. */ @@ -83,4 +82,3 @@ int fifo_advlock __P((struct vop_advlock_args *)); #define fifo_truncate ((int (*) __P((struct vop_truncate_args *)))nullop) #define fifo_update ((int (*) __P((struct vop_update_args *)))nullop) #define fifo_bwrite ((int (*) __P((struct vop_bwrite_args *)))nullop) -#endif /* FIFO */ diff --git a/sys/miscfs/fifofs/fifo_vnops.c b/sys/miscfs/fifofs/fifo_vnops.c index 04022a3..d27cbe1 100644 --- a/sys/miscfs/fifofs/fifo_vnops.c +++ b/sys/miscfs/fifofs/fifo_vnops.c @@ -31,10 +31,11 @@ * SUCH DAMAGE. * * @(#)fifo_vnops.c 8.2 (Berkeley) 1/4/94 - * $Id: fifo_vnops.c,v 1.3 1994/08/02 07:44:56 davidg Exp $ + * $Id: fifo_vnops.c,v 1.4 1994/09/21 03:46:57 wollman Exp $ */ #include +#include #include #include #include -- cgit v1.1