mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
$NetBSD: patch-bi,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
|
|
|
|
--- ./src/gmalloc.c.orig Mon Feb 21 05:21:51 2000
|
|
+++ ./src/gmalloc.c Tue Sep 26 09:44:47 2000
|
|
@@ -371,7 +371,7 @@
|
|
/* Are you experienced? */
|
|
int __malloc_initialized;
|
|
|
|
-__malloc_size_t __malloc_extra_blocks;
|
|
+__malloc_size_t __malloc_extra_blocks = 0;
|
|
|
|
void (*__malloc_initialize_hook) PP ((void));
|
|
void (*__after_morecore_hook) PP ((void));
|