Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 02/22/1999 02:08:43
Module Name:	src
Committed By:	simonb
Date:		Mon Feb 22 10:08:43 UTC 1999

Modified Files:
	src/sys/lib/libsa: stand.h
Log Message:
Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSET
or LIBSA_USE_MEMCPY is defined.  Most everything pulls in stand.h so
this should cover ports that only use memset/memcpy but still want to
pull in as much as possible from sys/lib/libsa.