From f615ab288625e21472c480865e2549d8adb1a99a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 5 Sep 2002 09:31:14 +0000 Subject: [PATCH] Forward declare struct uio so that isn't a prerequisite. Removed bogus forward declarations of structs. --- sys/sys/bio.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 61e53d707580..d5a9b7008625 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -45,9 +45,6 @@ #include struct bio; -struct buf; -struct g_consumer; -struct g_provider; struct iodone_chain { long ic_prev_flags; @@ -108,6 +105,8 @@ struct bio { #ifdef _KERNEL +struct uio; + static __inline__ void biodone(struct bio *bp) {