diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2016-07-23 17:06:53 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2016-07-23 17:06:53 +0000 |
commit | eb38a464538bd322a0b0efafced59bd99f61de80 (patch) | |
tree | f273e81340795b2a0071d1035a50a95b882d4ea6 /benchmarks | |
parent | 1c03a522632addd46988175d28561651fbb94a7b (diff) |
Notes
Diffstat (limited to 'benchmarks')
-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 |