Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/30/1999 14:01:15
Module Name:	src
Committed By:	cgd
Date:		Tue Mar 30 22:01:15 UTC 1999

Added Files:
	src/sys/lib/libsa: bzero.c memset.c
Log Message:
add simple (small) implementations of memset and bzero.  the versions
in libkern are fine for the kernel, but the versions here are smaller
and in libsa the point is size.