Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/lib/libsa



On Sat, Mar 15, 2008 at 12:29:47PM -0400, Christos Zoulas wrote:
> | > >
> | > >Log Message:
> | > >Add a local strcasecmp() instead of pulling the bloat from libkern.
> | > >
> | > >
> | > can't we use reachover to common/lib/libc/string?
> | 
> | That is where libkern gets it from, and is the function I'm trying
> | to avoid!
> 
> Then perhaps add a string/small implementation and get it from there
> instead of embedding it in dosfs?

The only I added isn't fully compliant - but is good enough for dosfs
in bootxx.

There is now only one function from libkern.a used in all the bootxx
functions (strncmp() in the ustarfs code). The C version from common/lib
would do, but it would be nice to include it in libsa.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index