Date: Sat, 23 Jul 2016 17:06:53 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418971 - head/benchmarks/iozone/files Message-ID: <201607231706.u6NH6rb0030906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Sat Jul 23 17:06:53 2016 New Revision: 418971 URL: https://svnweb.freebsd.org/changeset/ports/418971 Log: Unbreak on 32bit FreeBSD PR: 211289 Sponsored by: iXsystems Pointyhat: jpaetzel Cluebat: jhb Modified: head/benchmarks/iozone/files/patch-iozone.c Modified: head/benchmarks/iozone/files/patch-iozone.c ============================================================================== --- head/benchmarks/iozone/files/patch-iozone.c Sat Jul 23 17:04:20 2016 (r418970) +++ head/benchmarks/iozone/files/patch-iozone.c Sat Jul 23 17:06:53 2016 (r418971) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607231706.u6NH6rb0030906>