| 123456789101112 |
- --- src/current/iozone.c.orig Wed May 29 17:36:32 2002
- +++ src/current/iozone.c Thu May 30 21:03:58 2002
- @@ -786,7 +786,7 @@
- void throughput_test(); /* Multi process throughput */
- void multi_throughput_test(); /* Multi process throughput */
- void prepage(); /* Pre-fault user buffer */
- -#if defined(linux) || defined(solaris) || defined(__AIX__)
- +#ifdef HAVE_ANSIC_C
- float do_compute(float); /* compute cycle simulation */
- #else
- float do_compute(); /* compute cycle simulation */
|