Subject: NetBSD master CVS tree commits
To: None <source-changes@netbsd.org>
From: The Source of All Evil <source@netbsd.org>
List: source-changes
Date: 08/03/1998 23:30:01
perry
Mon Aug  3 23:25:10 PDT 1998
Update of /cvsroot/src/lib/libc/string
In directory nb00:/tmp/cvs-serv12912

Modified Files:
	Makefile.inc bzero.c 
Log Message:
switch bzero to version in memset.c.
bzero.c is now a "#define BZERO//#include memset.c" type file.
Remove comment from Makefile about the fact that this is on the todo list.


perry
Mon Aug  3 23:27:08 PDT 1998
Update of /cvsroot/src/sys/lib/libkern
In directory nb00:/tmp/cvs-serv12934

Modified Files:
	bzero.c 
Log Message:
update bzero.c to stub from libc/string