summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mntopts.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-14 19:40:00 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-14 19:40:00 +0000
commite19a397f04cf447681a765daf2ac2ee7d9bfdb08 (patch)
tree910d84f626335814f31a7ab33cec683e9d6d77ea /sbin/mount/mntopts.h
parent0bdb757b1abd0d2ef8428f0dbf05e27ee319f61c (diff)
downloadFreeBSD-src-e19a397f04cf447681a765daf2ac2ee7d9bfdb08.zip
FreeBSD-src-e19a397f04cf447681a765daf2ac2ee7d9bfdb08.tar.gz
Teach mount(8) about MNT_ACLS for the purposes of mount options and
mount option printing. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sbin/mount/mntopts.h')
-rw-r--r--sbin/mount/mntopts.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h
index c7cecf5..8ca7cd5 100644
--- a/sbin/mount/mntopts.h
+++ b/sbin/mount/mntopts.h
@@ -58,6 +58,7 @@ struct mntopt {
#define MOPT_SUIDDIR { "suiddir", 0, MNT_SUIDDIR, 0 }
#define MOPT_SNAPSHOT { "snapshot", 0, MNT_SNAPSHOT, 0 }
#define MOPT_MULTILABEL { "multilabel", 0, MNT_MULTILABEL, 0 }
+#define MOPT_ACLS { "acls", 0, MNT_ACLS, 0 }
/* Control flags. */
#define MOPT_FORCE { "force", 0, MNT_FORCE, 0 }
@@ -88,7 +89,8 @@ struct mntopt {
MOPT_UNION, \
MOPT_NOCLUSTERR, \
MOPT_NOCLUSTERW, \
- MOPT_MULTILABEL
+ MOPT_MULTILABEL, \
+ MOPT_ACLS
void getmntopts(const char *, const struct mntopt *, int *, int *);
void rmslashes(char *, char *);
OpenPOWER on IntegriCloud