summaryrefslogtreecommitdiff
path: root/debian/patches/mount.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/mount.patch')
-rw-r--r--debian/patches/mount.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/mount.patch b/debian/patches/mount.patch
index 4eef5ba9..41770bc4 100644
--- a/debian/patches/mount.patch
+++ b/debian/patches/mount.patch
@@ -12,7 +12,7 @@ index 8b059c2..8af055e 100644
{
ARGZ (add (&fsopts, &fsopts_len, o));
}
-- else if (strcmp (o, "defaults") != 0 && (strlen (o) != 0))
+- else if ((strcmp (o, "defaults") != 0) && (strlen (o) != 0))
+ else if (strcmp (o, "defaults") != 0 && (strlen (o) != 0) &&
+ strcmp (o, "loop") != 0 &&
+ strcmp (o, "exec") != 0)