From bb26ac6bc53a997e7f893503ae076128e80da811 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 5 Oct 2014 23:37:38 +0200 Subject: refresh mount.patch --- debian/patches/mount.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/patches/mount.patch b/debian/patches/mount.patch index 9d9cd2f4..4eef5ba9 100644 --- a/debian/patches/mount.patch +++ b/debian/patches/mount.patch @@ -12,8 +12,8 @@ index 8b059c2..8af055e 100644 { ARGZ (add (&fsopts, &fsopts_len, o)); } -- else if (strcmp (o, "defaults") != 0) -+ else if (strcmp (o, "defaults") != 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) { -- cgit v1.2.3