From 2f78f13e1754166537df320ad3c06d139f4d8c73 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 23 May 2021 09:47:27 -0400 Subject: diskdev_cmds: Fix compilation for lower targets --- diskdev_cmds/mount_flags_dir/mount_flags.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'diskdev_cmds/mount_flags_dir') 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", }, -- cgit v1.2.3