aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 027adc568..f8ae1df19 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -61,7 +61,7 @@ struct {
61 61
62 USE_FEATURE_MOUNT_FSTAB( 62 USE_FEATURE_MOUNT_FSTAB(
63 {"defaults", 0}, 63 {"defaults", 0},
64 {"quiet", 0}, 64 /* {"quiet", 0}, - do not filter out, vfat wants to see it */
65 {"noauto", MOUNT_NOAUTO}, 65 {"noauto", MOUNT_NOAUTO},
66 {"swap", MOUNT_SWAP}, 66 {"swap", MOUNT_SWAP},
67 USE_DESKTOP({"user", MOUNT_USERS},) 67 USE_DESKTOP({"user", MOUNT_USERS},)