aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c')
-rw-r--r--sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c b/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
deleted file mode 100644
index 9d5189632b95..000000000000
--- a/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r 4decffc5e9a3 lib/ext2fs/tst_bitops.c
---- a/lib/ext2fs/tst_bitops.c Tue May 30 16:29:49 2006 +0200
-+++ b/lib/ext2fs/tst_bitops.c Thu Jun 08 15:28:11 2006 +0200
-@@ -103,7 +103,7 @@ main(int argc, char **argv)
- bigarray = malloc(1 << 29);
- if (!bigarray) {
- fprintf(stderr, "Failed to allocate scratch memory!\n");
-- exit(1);
-+ exit(0);
- }
-
- bigarray[BIG_TEST_BIT >> 3] = 0;