$NetBSD: patch-ae,v 1.1.1.1 2006/12/03 00:38:43 dhowland Exp $

--- t-vpack/path_length.c.orig	2000-03-26 14:35:23.000000000 -0500
+++ t-vpack/path_length.c
@@ -972,7 +972,7 @@ static void sort_blocks_by_criticality(v
    *have already been clustered have been assigned a criticality of -1 so that *
    *they will appear at the end of the sorted list.*/
 
-  heapsort(critindexarray, criticality, num_blocks);
+  heapsortv(critindexarray, criticality, num_blocks);
   indexofcrit=0;
 
 }
