aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone/files/patch-iozone.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iozone/files/patch-iozone.c')
-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