Thu Jun 8 22:29:59 2017 UTC ()
add a forward declaration of struct mbuf.
needed due to some other change I made for ZFS.


(chs)
diff -r1.19 -r1.20 src/sys/coda/coda_vfsops.h

cvs diff -r1.19 -r1.20 src/sys/coda/coda_vfsops.h (expand / switch to context diff)
--- src/sys/coda/coda_vfsops.h 2014/12/13 15:59:30 1.19
+++ src/sys/coda/coda_vfsops.h 2017/06/08 22:29:59 1.20
@@ -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 mount;
+struct mbuf;
 
 int coda_vfsopstats_init(void);
 int coda_mount(struct mount *, const char *, void *, size_t *);