Subject: CVS commit: src/common/lib/libc/hash
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/01/2006 11:29:08
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.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/hash/rmd160/rmd160.c
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/hash/sha2/sha2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.