tags 1119113 patch
thanks

Hi.

This is the patch that Matthias Klose used for the NMU 0.4-6.1, but
renamed to gcc-15.patch. It can be imported with quilt.

[ You will have to decide what to do with git history, because the current
  one ignores the NMU completely ]

Thanks.
--- a/tests/contrib/cg/cg.c
+++ b/tests/contrib/cg/cg.c
@@ -22,7 +22,7 @@ static int niter;
 void read_and_create(int,char **);
 void computeminverser(double *,double *, double *);
 void computeminverse(double *,double *, int *,int *);
-void finalize_arrays();
+void finalize_arrays(int);
 extern void acg_matvecmul(double *,double *,double *,int *,int *);
 extern void acg_addvec(double *,double *,double *,double *, double *);
 extern void acg_2addvec(double *,double *, double *,double *, double *,

Reply via email to