Forward-declare struct mbuf so that this file is less self-insufficient

-- don't depend on garbage in <sys/mount.h>.  mbufs aren't actually
used here either.  They should have been completely removed from filesystem
interfaces when they were removed from the interfaces to convert between
file handles and vnodes.
This commit is contained in:
Bruce Evans 2000-10-05 11:58:22 +00:00
parent 11b944d47a
commit 253315a5a3
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ struct cfid {
ViceFid cfid_fid;
};
struct mbuf;
struct mount;
int coda_vfsopstats_init(void);

View File

@ -43,6 +43,7 @@ struct cfid {
ViceFid cfid_fid;
};
struct mbuf;
struct mount;
int coda_vfsopstats_init(void);