Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/30/1999 17:39:17
Module Name: src
Committed By: cgd
Date: Wed Mar 31 01:39:16 UTC 1999
Modified Files:
src/sys/lib/libsa: memcpy.c
Log Message:
replace memcpy() implementation (which just called bcopy()) with
a small implementation of memcpy(). libsa memcpy() wouldn't
do the right thing if LIBSA_USE_MEMCPY was defined, and the whole
point of that define is to get rid of either bcopy() or memcpy().
(cloned from the bcopy() code.)