Explorar el Código

add to CVS the new patch file

Ralf S. Engelschall hace 24 años
padre
commit
198dfe3430
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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       */