svn commit: r418971 - head/benchmarks/iozone/files

Josh Paetzel jpaetzel at FreeBSD.org
Sat Jul 23 17:06:54 UTC 2016


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


More information about the svn-ports-head mailing list