Module Name: src Committed By: chs Date: Thu Jun 8 22:29:59 UTC 2017
Modified Files: src/sys/coda: coda_vfsops.h Log Message: add a forward declaration of struct mbuf. needed due to some other change I made for ZFS. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/coda/coda_vfsops.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/coda/coda_vfsops.h diff -u src/sys/coda/coda_vfsops.h:1.19 src/sys/coda/coda_vfsops.h:1.20 --- src/sys/coda/coda_vfsops.h:1.19 Sat Dec 13 15:59:30 2014 +++ src/sys/coda/coda_vfsops.h Thu Jun 8 22:29:59 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: coda_vfsops.h,v 1.19 2014/12/13 15:59:30 hannken Exp $ */ +/* $NetBSD: coda_vfsops.h,v 1.20 2017/06/08 22:29:59 chs Exp $ */ /* * @@ -44,6 +44,7 @@ struct cfid { }; struct mount; +struct mbuf; int coda_vfsopstats_init(void); int coda_mount(struct mount *, const char *, void *, size_t *);