Subject: Re: CVS commit: src/sys/arch/pmax/stand/common
To: None <M.Drochner@fz-juelich.de>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 03/29/2003 06:32:09
In article <200303281927.UAA0000473533@zel459.zel.kfa-juelich.de>
M.Drochner@fz-juelich.de 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