On Sun, Apr 01, 2018 at 06:53:27PM +, Ian Lepore wrote:
> Author: ian
> Date: Sun Apr 1 18:53:27 2018
> New Revision: 331869
> URL: https://svnweb.freebsd.org/changeset/base/331869
>
> Log:
> Fix the build on arches with default unsigned char. Capture the fubyte()
> return value in an in
Author: ian
Date: Sun Apr 1 18:53:27 2018
New Revision: 331869
URL: https://svnweb.freebsd.org/changeset/base/331869
Log:
Fix the build on arches with default unsigned char. Capture the fubyte()
return value in an int as well as the char, and test the full int value
for fubyte() failure.