Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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.)
Home |
Main Index |
Thread Index |
Old Index