Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc/lib/libc/string
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? :)
Home |
Main Index |
Thread Index |
Old Index