diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-12 12:13:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-12 12:13:09 +0000 |
commit | a000f4798be26f7222a8832d4a5005d4a4b805b8 (patch) | |
tree | 790a159adaefcbc99c42f1397ec73e0d3e3250e3 /sysutils/e2fsprogs/files/patch-lib_ext2fs_tst_bitops.c | |
parent | Update 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.c | 12 |
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; |