iozone.patch 509 B

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