Browse Source

add to CVS the new patch file

Ralf S. Engelschall 24 years ago
parent
commit
198dfe3430
1 changed files with 11 additions and 0 deletions
  1. 11 0
      iozone/iozone.patch

+ 11 - 0
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       */