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:
parent
11b944d47a
commit
253315a5a3
@ -43,6 +43,7 @@ struct cfid {
|
||||
ViceFid cfid_fid;
|
||||
};
|
||||
|
||||
struct mbuf;
|
||||
struct mount;
|
||||
|
||||
int coda_vfsopstats_init(void);
|
||||
|
@ -43,6 +43,7 @@ struct cfid {
|
||||
ViceFid cfid_fid;
|
||||
};
|
||||
|
||||
struct mbuf;
|
||||
struct mount;
|
||||
|
||||
int coda_vfsopstats_init(void);
|
||||
|
Loading…
Reference in New Issue
Block a user