Source-Changes archive

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

Re: CVS commit: src/sys/arch/pmax/stand/common



In article <200303281927.UAA0000473533%zel459.zel.kfa-juelich.de@localhost>
M.Drochner%fz-juelich.de@localhost wrote:

> libsa is special wrt use of b*/mem* functions anyway, eg:
> $ grep bzero *.c|wc
>         23        94      1021
> $ grep memset *.c|wc
>          5        27       225
> It's only ustarfs which uses memset here.
> 
> Whoever touches this might get letter bombs from portmasters...

Some ports use LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET,
so we could also have LIBSA_USE_MEMCMP for now.
(see sys/lib/libsa/stand.h)
---
Izumi Tsutsui
tsutsui%ceres.dti.ne.jp@localhost



Home | Main Index | Thread Index | Old Index