Source-Changes-D archive

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

Re: CVS commit: src/common/lib/libc/string



Havard Eidnes <he%netbsd.org@localhost> writes:
> Module Name:  src
> Committed By: he
> Date:         Tue Mar 17 23:42:45 UTC 2009
>
> Modified Files:
>       src/common/lib/libc/string: bcmp.c memset.c
>
> Log Message:
> Add local declarations of bcmp() and bzero() because libkern.h no longer
> provides those declarations.
>
> It's possible that these can be removed later when we find out whether
> these functions are actually needed in the kernel, but meanwhile, this
> allows alpha, hp700 and the powerpc ports (who all build these as part
> of libkern) to complete their builds.

sys/systm.h contains macros that should eliminate any need for b* in
the kernel -- certainly those functions, if provided, link to nothing.

Perry


Home | Main Index | Thread Index | Old Index