aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iperf/files
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-10 12:17:48 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-10 12:17:48 +0000
commitd06dcbddd8c4f1720deec388ae5c124a5f1d49dd (patch)
treecc11e572d0e6cc155d559ffaa17342ca5f778b7d /benchmarks/iperf/files
parente419d051b9c751c697049bcee4e5480877dbcbae (diff)
downloadports-d06dcbddd8c4f1720deec388ae5c124a5f1d49dd.tar.gz
ports-d06dcbddd8c4f1720deec388ae5c124a5f1d49dd.zip
Notes
Diffstat (limited to 'benchmarks/iperf/files')
-rw-r--r--benchmarks/iperf/files/patch-include-headers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/iperf/files/patch-include-headers.h b/benchmarks/iperf/files/patch-include-headers.h
new file mode 100644
index 000000000000..ebb5a5f68ae9
--- /dev/null
+++ b/benchmarks/iperf/files/patch-include-headers.h
@@ -0,0 +1,11 @@
+--- include/headers.h.orig Mon May 9 21:40:53 2005
++++ include/headers.h Mon May 9 21:41:06 2005
+@@ -180,7 +180,7 @@
+ // from the gnu archive
+
+ #include <iperf-int.h>
+-typedef uintmax_t max_size_t;
++typedef uint64_t max_size_t;
+
+ /* in case the OS doesn't have these, we provide our own implementations */
+ #include "gettimeofday.h"