> > Modified Files:
> > src/common/lib/libc/hash/sha2: sha2.c
> > src/sys/lib/libkern/arch/vax: Makefile.inc
> >
> > Log Message:
> > Back out the addition of memset.c to the vax libkern, and instead do
> > as tsutsui@ suggested, and include in sha2.c instead.
> > On the vax, this causes
On Thu, Jun 18, 2009 at 03:22:24PM +, Havard Eidnes wrote:
> Module Name: src
> Committed By: he
> Date: Thu Jun 18 15:22:24 UTC 2009
>
> Modified Files:
> src/common/lib/libc/hash/sha2: sha2.c
> src/sys/lib/libkern/arch/vax: Makefile.inc
>
> Log Message:
> Back out the a
> > 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 al
h...@netbsd.org 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 puf