commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120520


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120520-1-20-g14f2f28
Date: Tue, 05 Jun 2012 09:30:41 +0000

The following commit has been merged in the master branch:
commit 14f2f28f5c1163b11260e56872819d59cfc6bf91
Author: Samuel Thibault <address@hidden>
Date:   Tue Jun 5 11:30:00 2012 +0000

    refresh

diff --git a/debian/patches/balloc.patch b/debian/patches/balloc.patch
index 4557e25..8d51603 100644
--- a/debian/patches/balloc.patch
+++ b/debian/patches/balloc.patch
@@ -1,10 +1,10 @@
-diff --git a/ext2fs/balloc.c b/ext2fs/balloc.c
-index 8ad29ce..7fe82ba 100644
---- a/ext2fs/balloc.c
-+++ b/ext2fs/balloc.c
-@@ -197,7 +197,7 @@ repeat:
-            * The goal was occupied; search forward for a free
-            * block within the next 32 blocks
+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)

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]