summaryrefslogtreecommitdiff
path: root/biology/puzzle/patches/patch-aa
blob: 22c98752f2d5a41e9b82e84280da9b11bb3dafa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2001/07/08 13:36:33 jtb Exp $

--- src/ml.h.orig	Thu May 24 05:12:06 2001
+++ src/ml.h
@@ -173,7 +173,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 *, int*);
 void evaluateseqs(void);