summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-10-05 23:41:45 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-10-05 23:41:45 +0200
commit224ca317e3cffb0619539ced2f4f0d8881a36148 (patch)
treee51655062113ba2b990306065cdadcb737b2d005 /debian/patches
parentbb26ac6bc53a997e7f893503ae076128e80da811 (diff)
fix mount.patch
Diffstat (limited to 'debian/patches')
-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)