summaryrefslogtreecommitdiff
path: root/biology/puzzle/patches/patch-ab
blob: 343ad02a0e3b651fa6e1c3b7f2d3a330d3b921fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 1999/07/28 19:55:17 rh Exp $

--- ml.h.orig	Sun May 23 12:08:41 1999
+++ ml.h	Sun May 23 12:08:49 1999
@@ -165,7 +165,7 @@
 /* function prototypes of all ml function */
 
 void convfreq(dvector);
-void radixsort(cmatrix, ivector, int, int, int *);
+void my_radixsort(cmatrix, ivector, int, int, int *);
 void condenceseq(cmatrix, ivector, cmatrix, ivector, int, int, int);
 void countconstantsites(cmatrix, ivector, int, int, int *);
 void evaluateseqs(void);