1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Forward declare struct uio so that <sys/uio.h> isn't a prerequisite.

Removed bogus forward declarations of structs.
This commit is contained in:
Bruce Evans 2002-09-05 09:31:14 +00:00
parent a2f0974b19
commit f615ab2886
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102956

View File

@ -45,9 +45,6 @@
#include <sys/queue.h>
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)
{