Subject: Re: CVS commit: basesrc/lib/libc/string
To: Bang Jun-Young <junyoung@netbsd.org>
From: Dave Sainty <dave@dtsp.co.nz>
List: source-changes
Date: 11/20/2002 00:09:45
Bang Jun-Young writes:

> On Tue, Nov 19, 2002 at 11:32:22PM +1300, Dave Sainty wrote:
> > Bang Jun-Young writes:
> > 
> > > 
> > > Module Name:	basesrc
> > > Committed By:	junyoung
> > > Date:		Tue Nov 19 06:53:18 UTC 2002
> > > 
> > > Modified Files:
> > > 	basesrc/lib/libc/string: strcasecmp.c
> > > 
> > > Log Message:
> > > Include sys/types.h for u_char.
> > 
> > Wouldn't it be nicer just converting all the "u_char"'s in the file to
> > "unsigned char"?
> 
> Is there any compelling reason to not include sys/types.h here and make
> use of u_char? I did 'make build' after this change, and there was no
> problem.

More portability/standards friendly?

Compiles faster? :)