Subject: CVS commit: syssrc/sys/arch/evbarm/stand/gzboot
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/23/2002 22:48:15
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Feb 23 20:48:15 UTC 2002

Modified Files:
	syssrc/sys/arch/evbarm/stand/gzboot: gzboot.c

Log Message:
Use bcopy() and bzero(), since the rest of libsa does.  This means
we don't have to pull in memset() and memcpy() from libsa.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/evbarm/stand/gzboot/gzboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.