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.c11
1 files changed, 0 insertions, 11 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 d6285d651187..000000000000
--- a/sysutils/e2fsprogs/files/patch-lib__ext2fs__tst_bitops.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/ext2fs/tst_bitops.c.orig 2014-10-16 00:29:23 UTC
-+++ lib/ext2fs/tst_bitops.c
-@@ -104,7 +104,7 @@ int 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;