Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/11/2003 13:34:40
Module Name: src
Committed By: dsl
Date: Fri Apr 11 10:34:39 UTC 2003
Modified Files:
src/sys/lib/libsa: stand.h
Log Message:
Put extern definition of bcopy in () to avoid macro expansion when
LIBSA_USE_MEMCPY is defined. Fixes breakage because the return
type of memcpy() is different to that of bcopy.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/lib/libsa/stand.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.