diff options
-rw-r--r-- | benchmarks/iozone/files/patch-iozone.c | 2 |
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 |