summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-04-11 21:26:07 +0000
committermux <mux@FreeBSD.org>2004-04-11 21:26:07 +0000
commit6b230f7964e0dbe4781d80072bf3ed0ec7e1299a (patch)
treee809bd96371dd97a2fd7468b42481dc065271b6c /sys
parent79217d1505106247a4cf6498b5062cac0af7a376 (diff)
downloadFreeBSD-src-6b230f7964e0dbe4781d80072bf3ed0ec7e1299a.zip
FreeBSD-src-6b230f7964e0dbe4781d80072bf3ed0ec7e1299a.tar.gz
Put struct ovfsconf inside BURN_BRIDGES as well.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index db0fba37..be25137 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -353,6 +353,7 @@ struct xvfsconf {
struct vfsconf *vfc_next; /* next in list */
};
+#ifndef BURN_BRIDGES
struct ovfsconf {
void *vfc_vfsops;
char vfc_name[32];
@@ -360,6 +361,7 @@ struct ovfsconf {
int vfc_refcount;
int vfc_flags;
};
+#endif
/*
* NB: these flags refer to IMPLEMENTATION properties, not properties of
OpenPOWER on IntegriCloud