| 123456789101112 |
- --- src/current/iozone.c.orig Sat Jun 15 21:06:04 2002
- +++ src/current/iozone.c Sat Jun 15 21:06:10 2002
- @@ -787,7 +787,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__) || defined(OSFV5)
- +#ifdef HAVE_ANSIC_C
- float do_compute(float); /* compute cycle simulation */
- #else
- float do_compute(); /* compute cycle simulation */
|