Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/coda add a forward declaration of struct mbuf.



details:   https://anonhg.NetBSD.org/src/rev/f5a8aff3023e
branches:  trunk
changeset: 354263:f5a8aff3023e
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Jun 08 22:29:59 2017 +0000

description:
add a forward declaration of struct mbuf.
needed due to some other change I made for ZFS.

diffstat:

 sys/coda/coda_vfsops.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0b1beae000e4 -r f5a8aff3023e sys/coda/coda_vfsops.h
--- a/sys/coda/coda_vfsops.h    Thu Jun 08 22:24:59 2017 +0000
+++ b/sys/coda/coda_vfsops.h    Thu Jun 08 22:29:59 2017 +0000
@@ -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 *);



Home | Main Index | Thread Index | Old Index