Source-Changes archive

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

Re: CVS commit: src/common/lib/libc/hash



In article <20061101112908.BB2AA211CA%cvs.netbsd.org@localhost>,
Havard Eidnes  <he%netbsd.org@localhost> 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




Home | Main Index | Thread Index | Old Index