summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-10 01:42:14 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-10 01:42:14 +0000
commit1d02eee47fdd18dd680ad684032b9d96509df9d1 (patch)
treec397f0f272d41279112b0aa27f55637d7c31f07c /debian/patches
parent2a9f868f98bfe8b5f2bfa7c9d16df7d1d4c50e98 (diff)
patches/balloc.patch: Remove, merged upstream
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/balloc.patch13
-rw-r--r--debian/patches/libdde_config.patch10
-rw-r--r--debian/patches/series1
3 files changed, 0 insertions, 24 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]) >>
diff --git a/debian/patches/libdde_config.patch b/debian/patches/libdde_config.patch
deleted file mode 100644
index 9adfc4b8..00000000
--- a/debian/patches/libdde_config.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/libdde_linux26/include/linux/autoconf.h b/libdde_linux26/include/linux/autoconf.h
-index cf45b2b..908b8da 100644
---- a/libdde_linux26/include/linux/autoconf.h
-+++ b/libdde_linux26/include/linux/autoconf.h
-@@ -94,3 +94,5 @@
- #undef CONFIG_BLK_DEV_IO_TRACE
-
- #undef CONFIG_FW_LOADER
-+#undef CONFIG_DMI
-+#undef CONFIG_PCIEAER
diff --git a/debian/patches/series b/debian/patches/series
index e6c373d4..f55a1101 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -50,4 +50,3 @@ libmachdev.patch
exec_filename_exec.patch
exec_filename_fs.patch
exec_filename_use.patch
-balloc.patch