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



Matthias Drochner <drochner%netbsd.org@localhost> writes:
> Module Name:  src
> Committed By: drochner
> Date:         Thu Mar 20 18:41:47 UTC 2003
> 
> Modified Files:
>       src/sys/arch/pmax/stand/common: bootxx.c
> 
> Log Message:
> memcmp()->bcmp(), this gives us 32 bytes and makes bootxx_ffs
> build again

It also goes against our policy to remove all b* functions and replace
them with mem* functions. If there is a difference in size in what
libsa/libkern etc. are producing we should fix THAT, not change the
functions back.

Perry



Home | Main Index | Thread Index | Old Index