Subject: Re: CVS commit: [netbsd-1-6] basesrc/bin/sh
To: Bill Studenmund <wrstuden@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 12/06/2002 06:11:33
On Thu, Dec 05, 2002 at 03:39:53PM -0800, Bill Studenmund wrote:
> > Pull up revision 1.59 (requested by thorpej in ticket #819):
> > Use ``unsigned char'' and ``char'' instead of ``u_int8_t''
> > and ``int8_t'' for TARGET_CHAR when building mksyntax.
> > This lets the host tool work on non-BSD systems without
> > causing too many changes to how sh is built.
>
> Note: that won't work. It should be ``signed char'', not char. int8_t is
> always signed, while char isn't on unsigned char systems.
Sigh, indeed. There was a later change on the trunk that corrected
this...
bin/sh/Makefile rev 1.60.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>