mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@122277 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
386 B
Diff
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);
|