diff options
Diffstat (limited to 'debian/patches/balloc.patch')
-rw-r--r-- | debian/patches/balloc.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/balloc.patch b/debian/patches/balloc.patch deleted file mode 100644 index 8d51603d..00000000 --- a/debian/patches/balloc.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: hurd-debian/ext2fs/balloc.c -=================================================================== ---- hurd-debian.orig/ext2fs/balloc.c 2012-06-05 11:29:37.000000000 +0000 -+++ hurd-debian/ext2fs/balloc.c 2012-06-05 11:29:40.000000000 +0000 -@@ -199,7 +199,7 @@ - * The goal was occupied; search forward for a free - * block within the next 32 blocks - */ -- if (j & 31 == 31) -+ if ((j & 31) == 31) - lmap = 0; - else - lmap = ((((unsigned long *) bh)[j >> 5]) >> |