Subject: Re: CVS commit: src/common/lib/libc/hash
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 11/01/2006 13:28:51
In article <20061101112908.BB2AA211CA@cvs.netbsd.org>,
Havard Eidnes  <he@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	he
>Date:		Wed Nov  1 11:29:08 UTC 2006
>
>Modified Files:
>	src/common/lib/libc/hash/rmd160: rmd160.c
>	src/common/lib/libc/hash/sha2: sha2.c
>
>Log Message:
>Add include of <sys/param.h>, to allow vax kernels to build again.
>For vax, this causes <machine/macros.h> to be included and the
>redefine of memset() to take effect.

We should fix the vax instead. Such hacks are not maintainable.
Prolly include <machine/macros.h> in <sys/types.h>?

christos