[Bug 211152] benchmarks/izone: iozone.c:363:19: error: typedef redefinition with different types ('long long' vs '__off64_t' (aka 'long'))

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 16 17:34:04 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211152

w.schwarzenfeld at utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld at utanet.at

--- Comment #1 from w.schwarzenfeld at utanet.at ---
I think it is this definition in iozone.c
#ifndef solaris
#ifndef off64_t
#ifndef _OFF64_T
#ifndef __AIX__
#ifndef __off64_t_defined
#ifndef SCO_Unixware_gcc
#ifndef UWIN
#ifndef __DragonFly__
typedef long long off64_t;   <===
#endif
#endif
#endif
#endif
#endif
#endif
#endif
#endif

but I don't find the right syntax with a conditional like ! defined __FREEBSD__
or something like this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list