From 253315a5a30d5e5d33bc6a98659df0ebfe5d4b93 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 5 Oct 2000 11:58:22 +0000 Subject: [PATCH] Forward-declare struct mbuf so that this file is less self-insufficient -- don't depend on garbage in . 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. --- sys/coda/coda_vfsops.h | 1 + sys/fs/coda/coda_vfsops.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h index 13a006d1b1c..7fc9adf16c5 100644 --- a/sys/coda/coda_vfsops.h +++ b/sys/coda/coda_vfsops.h @@ -43,6 +43,7 @@ struct cfid { ViceFid cfid_fid; }; +struct mbuf; struct mount; int coda_vfsopstats_init(void); diff --git a/sys/fs/coda/coda_vfsops.h b/sys/fs/coda/coda_vfsops.h index 13a006d1b1c..7fc9adf16c5 100644 --- a/sys/fs/coda/coda_vfsops.h +++ b/sys/fs/coda/coda_vfsops.h @@ -43,6 +43,7 @@ struct cfid { ViceFid cfid_fid; }; +struct mbuf; struct mount; int coda_vfsopstats_init(void);