Subject: Re: CVS commit: basesrc/lib/libc/string
To: Dave Sainty <dave@dtsp.co.nz>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 11/19/2002 19:51:26
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.

Jun-Young

-- 
Bang Jun-Young <junyoung@netbsd.org>