aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2016-07-23 17:06:53 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2016-07-23 17:06:53 +0000
commiteb38a464538bd322a0b0efafced59bd99f61de80 (patch)
treef273e81340795b2a0071d1035a50a95b882d4ea6 /benchmarks/iozone
parent1c03a522632addd46988175d28561651fbb94a7b (diff)
downloadports-eb38a464538bd322a0b0efafced59bd99f61de80.tar.gz
ports-eb38a464538bd322a0b0efafced59bd99f61de80.zip
Unbreak on 32bit FreeBSD
PR: 211289 Sponsored by: iXsystems Pointyhat: jpaetzel Cluebat: jhb
Notes
Notes: svn path=/head/; revision=418971
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/files/patch-iozone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone/files/patch-iozone.c b/benchmarks/iozone/files/patch-iozone.c
index d1cef785089b..7d7a4cb87978 100644
--- a/benchmarks/iozone/files/patch-iozone.c
+++ b/benchmarks/iozone/files/patch-iozone.c
@@ -5,7 +5,7 @@
#ifndef UWIN
#ifndef __DragonFly__
-typedef long long off64_t;
-+typedef long off64_t;
++typedef int64_t off64_t;
#endif
#endif
#endif