blob: 154111f8d6e54157362cd9d45b2d9a6dd2dcac91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
|