From 51ff523803ffa72907ef0cb5d9f95e36ac2b1b73 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 3 Sep 1996 14:25:27 +0000 Subject: Eliminated nested include of in in the kernel. Include it directly in the few places where it is used. Reduced some #includes of to #includes of or nothing. --- sys/miscfs/fifofs/fifo_vnops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/miscfs/fifofs') diff --git a/sys/miscfs/fifofs/fifo_vnops.c b/sys/miscfs/fifofs/fifo_vnops.c index e6f1fee..ded0d5f 100644 --- a/sys/miscfs/fifofs/fifo_vnops.c +++ b/sys/miscfs/fifofs/fifo_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fifo_vnops.c 8.2 (Berkeley) 1/4/94 - * $Id: fifo_vnops.c,v 1.15 1995/12/14 09:53:03 phk Exp $ + * $Id: fifo_vnops.c,v 1.16 1996/02/13 18:16:23 wollman Exp $ */ #include @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1