iozone.patch 527 B

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