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:
parent
a2f0974b19
commit
f615ab2886
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102956
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user