13 lines
364 B
Text
13 lines
364 B
Text
$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. */
|