Subject: CVS commit: src/sys/arch/shark/shark
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 07/29/2007 18:01:11
Module Name:	src
Committed By:	jmmv
Date:		Sun Jul 29 18:01:11 UTC 2007

Modified Files:
	src/sys/arch/shark/shark: pccons.c

Log Message:
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.32 -r1.33 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.