[Bug 221418] FreeBSD 10.4-PRERELEASE fails to build on systems using 32 bit time_t since r322315.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 11 15:15:28 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221418
Conrad Meyer <cem at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cem at freebsd.org
--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
Truncated INT64_MIN should be INT32_MIN on 2's complement, not 0. Seems like
we just lack a (time_t) cast on the value.
With regards to your patch, CHAR_BIT is always 8 on FreeBSD.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list