Subject: CVS commit: syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 07/06/2001 00:51:11
Module Name:	syssrc
Committed By:	tv
Date:		Thu Jul  5 21:51:10 UTC 2001

Modified Files:
	syssrc/sys/sys: systm.h

Log Message:
bcopy() is documented as allowing overlapping memory regions.  Define it
in terms of the standard name memmove() to account for this.
Fixes kern/13369 and the redundant lib/13370.


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 syssrc/sys/sys/systm.h

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