summaryrefslogtreecommitdiff
path: root/benchmarks/iozone/files/patch-ac
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-11-08 23:03:11 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-11-08 23:03:11 +0000
commit8fe52170fabf7e974027f6e33d85c2494ec84c5b (patch)
treeef8ad3507ec7f413ed635db773334dc3a4826dad /benchmarks/iozone/files/patch-ac
parentAdd language files to pkg-plist. Bump Portrevision (diff)
Upgrade to version 3.138
Notes
Notes: svn path=/head/; revision=69761
Diffstat (limited to '')
-rw-r--r--benchmarks/iozone/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/benchmarks/iozone/files/patch-ac b/benchmarks/iozone/files/patch-ac
deleted file mode 100644
index 5503f259a10b..000000000000
--- a/benchmarks/iozone/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- iozone.c.orig Thu Oct 31 18:41:26 2002
-+++ iozone.c Sun Nov 3 23:56:59 2002
-@@ -285,7 +285,7 @@
- #endif
-
- #ifdef unix
--#ifdef __APPLE__
-+#if defined (__APPLE__) || defined (__FreeBSD__)
- #include <sys/time.h>
- #endif
- #include <sys/times.h>
-@@ -802,7 +802,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)
-+#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4) || defined(IRIX) || defined(IRIX64) || defined (__FreeBSD__)
- float do_compute(float); /* compute cycle simulation */
- #else
- float do_compute(); /* compute cycle simulation */