1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/diehard/files/patch-cdomso.c
Dmitry Marakasov 9a84aa488d - Fix fetch by using correct DISTNAME
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Add WWW
2015-11-10 20:24:22 +00:00

12 lines
338 B
C

--- cdomso.c.orig 1998-04-02 15:29:02 UTC
+++ cdomso.c
@@ -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);