mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
489 B
C
11 lines
489 B
C
--- src/gsalloc.c.orig 2013-04-30 11:14:17.000000000 +0900
|
|
+++ src/gsalloc.c 2013-04-30 11:14:34.000000000 +0900
|
|
@@ -195,7 +195,7 @@
|
|
iimem->large_size = ((chunk_size / 4) & -obj_align_mod) + 1;
|
|
iimem->is_controlled = false;
|
|
iimem->gc_status.vm_threshold = chunk_size * 3L;
|
|
- iimem->gc_status.max_vm = max_long;
|
|
+ iimem->gc_status.max_vm = 0x7fffffff;
|
|
iimem->gc_status.psignal = NULL;
|
|
iimem->gc_status.signal_value = 0;
|
|
iimem->gc_status.enabled = false;
|