summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-12 12:13:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-12 12:13:09 +0000
commita000f4798be26f7222a8832d4a5005d4a4b805b8 (patch)
tree790a159adaefcbc99c42f1397ec73e0d3e3250e3 /sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
parentUpdate to 3.0006 (diff)
- Update to 1.39
PR: ports/98847 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
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, 12 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c b/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
new file mode 100644
index 000000000000..9d5189632b95
--- /dev/null
+++ b/sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c
@@ -0,0 +1,12 @@
+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;