Source-Changes-D archive

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

Re: CVS commit: src/sys/lib/libkern/arch/vax



he%NetBSD.org@localhost wrote:

> Module Name:  src
> Committed By: he
> Date:         Thu Jun 18 07:56:04 UTC 2009
> 
> Modified Files:
>       src/sys/lib/libkern/arch/vax: Makefile.inc
> 
> Log Message:
> Add memset.c, so that the references from sha2.c can be satisfied, and
> so that the kernel and puffs applications can link again.

I don't think this is correct.
Some other funcions in libkern already have memset(9).

Actually memset(9) for vax is defined in <machine/macros.h>,
so adding #include <sys/param.h> into sha2.c (as well as md4c.c)
is the right fix, I think. (though memset(9) doesn't mention about param.h)
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index