diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-10-05 23:37:38 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-10-05 23:37:38 +0200 |
commit | bb26ac6bc53a997e7f893503ae076128e80da811 (patch) | |
tree | 3ba39a50ca1d47129fa7387eb70066f942579095 /debian | |
parent | d5cbde41999eddc997484547374e35ee9cecf587 (diff) |
refresh mount.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/mount.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |