File ncbi-6.1-no-return.patch of Package ncbi

diff -aruN ncbi.orig/biostruc/cdd/thrdbwfi.c ncbi/biostruc/cdd/thrdbwfi.c
--- ncbi.orig/biostruc/cdd/thrdbwfi.c	2000-08-16 23:18:57.000000000 +0200
+++ ncbi/biostruc/cdd/thrdbwfi.c	2012-09-06 20:05:13.892241019 +0200
@@ -111,5 +111,6 @@
 			ttb->tf[ct],tts->tf); */
 	ct=ttb->nx[ct];}
 
+return 0.;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdcpal.c ncbi/biostruc/cdd/thrdcpal.c
--- ncbi.orig/biostruc/cdd/thrdcpal.c	2000-08-16 22:45:21.000000000 +0200
+++ ncbi/biostruc/cdd/thrdcpal.c	2012-09-06 20:07:52.240235428 +0200
@@ -207,5 +207,6 @@
 			} } 
 			
 	}
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdcpll.c ncbi/biostruc/cdd/thrdcpll.c
--- ncbi.orig/biostruc/cdd/thrdcpll.c	2006-07-13 19:07:27.000000000 +0200
+++ ncbi/biostruc/cdd/thrdcpll.c	2012-09-06 20:09:05.460232843 +0200
@@ -226,6 +226,7 @@
 		} 
 	}
 
+return 0;
 }
 
 
diff -aruN ncbi.orig/biostruc/cdd/thrdcprl.c ncbi/biostruc/cdd/thrdcprl.c
--- ncbi.orig/biostruc/cdd/thrdcprl.c	2000-08-16 22:45:21.000000000 +0200
+++ ncbi/biostruc/cdd/thrdcprl.c	2012-09-06 20:09:57.944230989 +0200
@@ -258,5 +258,6 @@
 free(fs);
 free(cs); 
 
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdcxei.c ncbi/biostruc/cdd/thrdcxei.c
--- ncbi.orig/biostruc/cdd/thrdcxei.c	2006-07-13 19:07:27.000000000 +0200
+++ ncbi/biostruc/cdd/thrdcxei.c	2012-09-06 20:10:39.352229527 +0200
@@ -202,5 +202,6 @@
 
 psm->ww0=s0/ntot;
 
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdsalu.c ncbi/biostruc/cdd/thrdsalu.c
--- ncbi.orig/biostruc/cdd/thrdsalu.c	2006-07-13 19:07:27.000000000 +0200
+++ ncbi/biostruc/cdd/thrdsalu.c	2012-09-06 20:11:16.452228217 +0200
@@ -79,6 +79,6 @@
 for(i=0;i<sai->nsc;i++) printf("%d ",sai->al[i]); printf("sai->al\n");
 for(i=0;i<sai->nmt;i++) printf("%d ",sai->sq[i]); printf("sai->sq\n"); */
 
-
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdsgoi.c ncbi/biostruc/cdd/thrdsgoi.c
--- ncbi.orig/biostruc/cdd/thrdsgoi.c	2004-04-01 15:43:05.000000000 +0200
+++ ncbi/biostruc/cdd/thrdsgoi.c	2012-09-06 20:12:01.300226634 +0200
@@ -120,5 +120,6 @@
 		
 		}
 
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdslou.c ncbi/biostruc/cdd/thrdslou.c
--- ncbi.orig/biostruc/cdd/thrdslou.c	2001-04-26 19:23:38.000000000 +0200
+++ ncbi/biostruc/cdd/thrdslou.c	2012-09-06 20:12:27.148225721 +0200
@@ -111,5 +111,6 @@
     sai->sq[ci]=qsq->sq[si];
     ci++; }
 
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdspea.c ncbi/biostruc/cdd/thrdspea.c
--- ncbi.orig/biostruc/cdd/thrdspea.c	2006-07-13 19:07:27.000000000 +0200
+++ ncbi/biostruc/cdd/thrdspea.c	2012-09-06 20:12:52.180224837 +0200
@@ -186,5 +186,6 @@
 spe->ls[n]=ls;
 */
 
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdspel.c ncbi/biostruc/cdd/thrdspel.c
--- ncbi.orig/biostruc/cdd/thrdspel.c	2006-07-13 19:07:27.000000000 +0200
+++ ncbi/biostruc/cdd/thrdspel.c	2012-09-06 20:13:21.208223812 +0200
@@ -185,4 +185,5 @@
 spe->ls[cs]=ls;
 
 
+return 0;
 }
diff -aruN ncbi.orig/biostruc/cdd/thrdspni.c ncbi/biostruc/cdd/thrdspni.c
--- ncbi.orig/biostruc/cdd/thrdspni.c	2006-07-13 19:07:27.000000000 +0200
+++ ncbi/biostruc/cdd/thrdspni.c	2012-09-06 20:13:51.248222751 +0200
@@ -235,6 +235,7 @@
 
 /* for(k=0; k<ndi; k++) printf("%d ",spn->srf[k]); printf("spn->srf\n");  */
 
+return 0;
 }
 
 
diff -aruN ncbi.orig/biostruc/cdd/thrdttb0.c ncbi/biostruc/cdd/thrdttb0.c
--- ncbi.orig/biostruc/cdd/thrdttb0.c	2000-08-16 22:45:21.000000000 +0200
+++ ncbi/biostruc/cdd/thrdttb0.c	2012-09-06 20:14:21.076221698 +0200
@@ -72,5 +72,6 @@
 ttb->mx=0;
 ttb->mn=n;
 
+return 0;
 }
 
diff -aruN ncbi.orig/biostruc/cdd/thrdzsc.c ncbi/biostruc/cdd/thrdzsc.c
--- ncbi.orig/biostruc/cdd/thrdzsc.c	2000-12-14 22:07:58.000000000 +0100
+++ ncbi/biostruc/cdd/thrdzsc.c	2012-09-06 20:15:12.928219867 +0200
@@ -366,4 +366,5 @@
 
 
 
+return 0.;
 }
diff -aruN ncbi.orig/tools/taxblast.c ncbi/tools/taxblast.c
--- ncbi.orig/tools/taxblast.c	2008-07-18 21:26:35.000000000 +0200
+++ ncbi/tools/taxblast.c	2012-09-06 20:02:59.508245764 +0200
@@ -1982,6 +1982,7 @@
         tax_lookup->tax_array[i] = tnames = NULL;
     }
    	tax_lookup->taxids_in_db = 0; 
+    return NULL;
 }
 
 void RDTaxLookupClose(RDBTaxLookupPtr tax_lookup)
openSUSE Build Service is sponsored by