head 1.8; access; symbols OPENPKG_2_STABLE_MP:1.8 OPENPKG_E1_MP_HEAD:1.8 OPENPKG_E1_MP:1.8 OPENPKG_E1_MP_2_STABLE:1.8 OPENPKG_E1_FP:1.8 OPENPKG_2_STABLE_20061018:1.8 OPENPKG_2_STABLE:1.8.0.14 OPENPKG_2_STABLE_BP:1.8 OPENPKG_2_5_SOLID:1.8.0.12 OPENPKG_2_5_SOLID_BP:1.8 OPENPKG_2_4_RELEASE:1.8 OPENPKG_2_4_SOLID:1.8.0.10 OPENPKG_2_4_SOLID_BP:1.8 OPENPKG_2_3_RELEASE:1.8 OPENPKG_2_3_SOLID:1.8.0.8 OPENPKG_2_3_SOLID_BP:1.8 OPENPKG_2_2_RELEASE:1.8 OPENPKG_2_2_SOLID:1.8.0.6 OPENPKG_2_2_SOLID_BP:1.8 OPENPKG_2_1_RELEASE:1.8 OPENPKG_2_1_SOLID:1.8.0.4 OPENPKG_2_1_SOLID_BP:1.8 OPENPKG_2_0_RELEASE:1.8 OPENPKG_2_0_SOLID:1.8.0.2 OPENPKG_2_0_SOLID_BP:1.8 OPENPKG_1_3_RELEASE:1.7.2.1 OPENPKG_1_3_SOLID:1.7.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.7.2.1 OPENPKG_1_2_RELEASE:1.7 OPENPKG_1_2_SOLID:1.7.0.4 OPENPKG_1_2_SOLID_BP:1.7 OPENPKG_1_STABLE:1.7.0.2 OPENPKG_1_STABLE_BP:1.7 OPENPKG_1_1_RELEASE:1.6 OPENPKG_1_1_SOLID:1.6.0.2 OPENPKG_1_1_SOLID_BP:1.6; locks; strict; comment @# @; 1.8 date 2003.03.12.07.29.54; author mlelstv; state dead; branches; next 1.7; 1.7 date 2002.10.04.10.02.17; author ms; state Exp; branches 1.7.2.1; next 1.6; 1.6 date 2002.08.23.18.28.25; author rse; state Exp; branches; next 1.5; 1.5 date 2002.08.04.09.32.26; author rse; state Exp; branches; next 1.4; 1.4 date 2002.07.26.08.39.21; author rse; state Exp; branches; next 1.3; 1.3 date 2002.07.01.14.25.15; author thl; state Exp; branches; next 1.2; 1.2 date 2002.06.15.19.07.53; author rse; state Exp; branches; next 1.1; 1.1 date 2002.05.30.19.05.53; author rse; state Exp; branches; next ; 1.7.2.1 date 2003.07.24.20.49.49; author rse; state dead; branches; next ; desc @@ 1.8 log @upgrading package: iozone 3.162 -> 3.163 @ text @--- src/current/iozone.c.orig Tue Jul 23 21:48:56 2002 +++ src/current/iozone.c Fri Jul 26 10:38:03 2002 @@@@ -791,7 +791,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__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4) || defined(IRIX) || defined(IRIX64) +#ifdef HAVE_ANSIC_C float do_compute(float); /* compute cycle simulation */ #else float do_compute(); /* compute cycle simulation */ @@@@ -13096,27 +13096,27 @@@@ } #ifndef ASYNC_IO -async_read() +int async_read() { printf("Your system does not support async I/O\n"); exit(169); } -async_write_no_copy() +size_t async_write_no_copy() { printf("Your system does not support async I/O\n"); exit(170); } -async_write() +size_t async_write() { printf("Your system does not support async I/O\n"); exit(171); } -async_read_no_copy() +int async_read_no_copy() { printf("Your system does not support async I/O\n"); exit(172); } -async_release() +void async_release() { printf("Your system does not support async I/O\n"); exit(173); @ 1.7 log @upgrading package: iozone 3.126 -> 3.127 @ text @@ 1.7.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @@ 1.6 log @upgrading package: iozone 3.120 -> 3.121 @ text @d3 1 a3 1 @@@@ -785,7 +785,7 @@@@ d12 1 a12 1 @@@@ -13037,27 +13037,27 @@@@ @ 1.5 log @upgrading package: iozone 3.118 -> 3.120 @ text @d7 1 a7 1 -#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4) @ 1.4 log @upgrading package: iozone 3.115 -> 3.117 @ text @d7 1 a7 1 -#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) @ 1.3 log @upgrading package: iozone 3.109 -> 3.112 @ text @d1 3 a3 3 --- src/current/iozone.c Wed Jun 26 23:45:45 2002 +++ src/current/iozone.c.orig Mon Jul 1 16:06:47 2002 @@@@ -782,7 +782,7 @@@@ d7 1 a7 1 -#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) d12 1 a12 1 @@@@ -13030,27 +13030,27 @@@@ @ 1.2 log @upgrading package: iozone 3.102 -> 3.104 @ text @d1 3 a3 3 --- src/current/iozone.c.orig Sat Jun 15 21:06:04 2002 +++ src/current/iozone.c Sat Jun 15 21:06:10 2002 @@@@ -787,7 +787,7 @@@@ d7 1 a7 1 -#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) d12 33 @ 1.1 log @add to CVS the new patch file @ text @d1 3 a3 3 --- 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 @@@@ d7 1 a7 1 -#if defined(linux) || defined(solaris) || defined(__AIX__) @