Files
macports-ports/math/diehard/files/cdomso.c.patch
2014-07-19 04:24:35 +00:00

12 lines
386 B
Diff

--- cdomso.c.orig 1998-04-03 01:29:02.000000000 +1000
+++ cdomso.c 2014-07-19 14:21:26.000000000 +1000
@@ -89,7 +89,7 @@ unsigned long get_w(char *fn, short bits
}
-real monky_stat(char *filename, char *test, int no_tests)
+void monky_stat(char *filename, char *test, int no_tests)
{
const real bits_pw=20, mean=pow(2, bits_pw)*exp(-2);
const counter dim=pow(2, bits_pw-5);