diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2004-04-11 21:26:07 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2004-04-11 21:26:07 +0000 |
| commit | 0bf573017bcb481740b5422fac10ca850c53d384 (patch) | |
| tree | e809bd96371dd97a2fd7468b42481dc065271b6c | |
| parent | a0b5a679299011c365e62ee0ce20803955cf3cfb (diff) | |
Notes
| -rw-r--r-- | sys/sys/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index db0fba375f69..be25137a0257 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 |
