Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2017 15:15:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221418] FreeBSD 10.4-PRERELEASE fails to build on systems using 32 bit time_t since r322315.
Message-ID:  <bug-221418-8-8Qobma2zSB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221418-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221418-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem@freebsd.org

--- Comment #1 from Conrad Meyer <cem@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221418-8-8Qobma2zSB>