diff --git a/iozone/iozone.patch b/iozone/iozone.patch new file mode 100644 index 0000000000..ef1bbe2a48 --- /dev/null +++ b/iozone/iozone.patch @@ -0,0 +1,11 @@ +--- 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 */