summaryrefslogtreecommitdiff
path: root/sbin/mount/mntopts.h
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-05-26 01:37:50 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-05-26 01:37:50 +0000
commitf90ecfab17ad1a4e78aac2c41cce7d0f11f2a762 (patch)
treeba16556cfe5bd7e13e2425cbe0acf66a34d6d7bc /sbin/mount/mntopts.h
parentddb658afc5c9fb7d87648d1f4882eee9837d27b8 (diff)
remove reference to MNT_UNION
Diffstat (limited to 'sbin/mount/mntopts.h')
-rw-r--r--sbin/mount/mntopts.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h
index 64ab51aca99..5474a0134f7 100644
--- a/sbin/mount/mntopts.h
+++ b/sbin/mount/mntopts.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mntopts.h,v 1.14 2004/07/05 18:33:38 otto Exp $ */
+/* $OpenBSD: mntopts.h,v 1.15 2005/05/26 01:37:49 pedro Exp $ */
/* $NetBSD: mntopts.h,v 1.3 1995/03/18 14:56:59 cgd Exp $ */
/*-
@@ -60,7 +60,6 @@ union mntval {
#define MOPT_NOSUID { "suid", MNT_NOSUID, MFLAG_INVERSE | MFLAG_SET }
#define MOPT_RDONLY { "rdonly", MNT_RDONLY, MFLAG_SET }
#define MOPT_SYNC { "sync", MNT_SYNCHRONOUS, MFLAG_SET }
-#define MOPT_UNION { "union", MNT_UNION, MFLAG_SET }
#define MOPT_USERQUOTA { "userquota", 0, MFLAG_SET | MFLAG_STRVAL \
| MFLAG_OPT }
#define MOPT_GROUPQUOTA { "groupquota", 0, MFLAG_SET | MFLAG_STRVAL \
@@ -94,8 +93,7 @@ union mntval {
MOPT_NODEV, \
MOPT_NOEXEC, \
MOPT_NOSUID, \
- MOPT_RDONLY, \
- MOPT_UNION
+ MOPT_RDONLY
int getmntopts(const char *, const struct mntopt *, int *);
int getmntopt(char **, union mntval *, const struct mntopt *, int *);