summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-05-24 00:44:44 +0000
committermux <mux@FreeBSD.org>2002-05-24 00:44:44 +0000
commit5c06c9fc885733db7a5f638955bc885002a4aa4a (patch)
tree35079eda83e6797595f7783e0f1f21bcdf458b57 /sys/fs/unionfs/union.h
parent0239286d2c509dd5fb5136bf070206cb641023f1 (diff)
downloadFreeBSD-src-5c06c9fc885733db7a5f638955bc885002a4aa4a.zip
FreeBSD-src-5c06c9fc885733db7a5f638955bc885002a4aa4a.tar.gz
Convert unionfs to nmount.
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index 29e53f6..28e153e 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -38,11 +38,6 @@
* $FreeBSD$
*/
-struct union_args {
- char *target; /* Target of loopback */
- int mntflags; /* Options on the mount */
-};
-
#define UNMNT_ABOVE 0x0001 /* Target appears above mount point */
#define UNMNT_BELOW 0x0002 /* Target appears below mount point */
#define UNMNT_REPLACE 0x0003 /* Target replaces mount point */
OpenPOWER on IntegriCloud