> > 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)
I just committed something along these lines, though I only touched sha2.c, since md4c.c didn't appear to be used by the kernels for the vax port. Regards, - HÃ¥vard