summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-04 15:09:56 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-04 15:09:56 +0100
commit7c2bc3630222abbdc751336f1fcfa34e42bb34d5 (patch)
treeba02bf7e0176acbff69c26cfd2aee2de631a6148 /debian/patches
parent186a61255ce339aef4af31b1fa45d6975dbff385 (diff)
refresh_debian/patches/mount-loop.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/mount-loop.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/patches/mount-loop.patch b/debian/patches/mount-loop.patch
index 07f572be..cbce88b0 100644
--- a/debian/patches/mount-loop.patch
+++ b/debian/patches/mount-loop.patch
@@ -4,11 +4,9 @@ mount: Ignore `loop' option
---
mount.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-diff --git a/utils/mount.c b/utils/mount.c
-index 8b059c2..8af055e 100644
--- a/utils/mount.c
+++ b/utils/mount.c
-@@ -248,7 +248,8 @@ do_mount (struct fs *fs, int remount)
+@@ -273,7 +273,8 @@ do_mount (struct fs *fs, int remount)
{
ARGZ (add (&fsopts, &fsopts_len, o));
}