aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/mount_flags_dir/mount_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'diskdev_cmds/mount_flags_dir/mount_flags.c')
-rw-r--r--diskdev_cmds/mount_flags_dir/mount_flags.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/diskdev_cmds/mount_flags_dir/mount_flags.c b/diskdev_cmds/mount_flags_dir/mount_flags.c
index 3707290..911095e 100644
--- a/diskdev_cmds/mount_flags_dir/mount_flags.c
+++ b/diskdev_cmds/mount_flags_dir/mount_flags.c
@@ -79,7 +79,9 @@ const mountopt_t optnames[] = {
{ MNT_DEFWRITE, "defwrite", NULL, },
{ MNT_IGNORE_OWNERSHIP, "noowners", "noowners", },
{ MNT_NOATIME, "noatime", "noatime", },
+#if defined(MNT_STRICTATIME)
{ MNT_STRICTATIME, "strictatime", "strictatime", },
+#endif
{ MNT_QUARANTINE, "quarantine", "quarantine", },
{ MNT_DONTBROWSE, "nobrowse", "nobrowse", },
{ MNT_CPROTECT, "protect", "protect", },