blob: 0c522582e2e23fc763757dc943a933f955ccf5ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-az,v 1.1 2007/06/11 13:38:43 markd Exp $
--- src/ralloc.c.orig 2001-02-20 01:19:40.000000000 +1300
+++ src/ralloc.c
@@ -328,7 +328,7 @@ static void
relinquish ()
{
register heap_ptr h;
- int excess = 0;
+ long excess = 0;
/* Add the amount of space beyond break_value
in all heaps which have extend beyond break_value at all. */
|