summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
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