Subject: Re: CVS commit: src/sys/arch/pmax/stand/common
To: None <drochner@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 03/24/2003 12:24:06
Matthias Drochner <drochner@netbsd.org> 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