From 36c3965ff904c2677211575be5bfa7d3afe80d19 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 5 May 2000 09:59:14 +0000 Subject: Separate the struct bio related stuff out of into . is now a prerequisite for but it shall not be made a nested include according to bdes teachings on the subject of nested includes. Diskdrivers and similar stuff below specfs::strategy() should no longer need to include unless they need caching of data. Still a few bogus uses of struct buf to track down. Repocopy by: peter --- sys/nwfs/nwfs_io.c | 1 + sys/nwfs/nwfs_vfsops.c | 1 + sys/nwfs/nwfs_vnops.c | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/nwfs') diff --git a/sys/nwfs/nwfs_io.c b/sys/nwfs/nwfs_io.c index 2cf3e49..c6b301b 100644 --- a/sys/nwfs/nwfs_io.c +++ b/sys/nwfs/nwfs_io.c @@ -36,6 +36,7 @@ #include #include /* defines plimit structure in proc struct */ #include +#include #include #include #include diff --git a/sys/nwfs/nwfs_vfsops.c b/sys/nwfs/nwfs_vfsops.c index d9257af..7be59e9 100644 --- a/sys/nwfs/nwfs_vfsops.c +++ b/sys/nwfs/nwfs_vfsops.c @@ -45,6 +45,7 @@ #include #include #include +#include #include #include diff --git a/sys/nwfs/nwfs_vnops.c b/sys/nwfs/nwfs_vnops.c index 0d6a205..505e561 100644 --- a/sys/nwfs/nwfs_vnops.c +++ b/sys/nwfs/nwfs_vnops.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1