Subject: CVS commit: [netbsd-4] src/sys/arch/shark/shark
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 07/30/2007 12:33:01
Module Name:	src
Committed By:	liamjfoy
Date:		Mon Jul 30 12:33:01 UTC 2007

Modified Files:
	src/sys/arch/shark/shark [netbsd-4]: pccons.c

Log Message:
Pull up following revision(s) (requested by jmmv in ticket #800):
	sys/arch/shark/shark/pccons.c: revision 1.33
Replace usages of bcopy:
 - Use memmove to copy memory blocks that are likely to overlap.  Fixes
   some rendering problems in programs that use, for example, the
 "insert
   rows" feature.  This was reproducible with sysinst as explained
 here:
   http://mail-index.netbsd.org/tech-install/2007/07/29/0000.html
 - Use memcpy in situations where the blocks cannot overlap.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.27.2.1 src/sys/arch/shark/shark/pccons.c

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