Subject: CVS commit: src/sys/dev/rasops
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/03/2003 18:32:44
Module Name:	src
Committed By:	uwe
Date:		Sat May  3 18:32:43 UTC 2003

Modified Files:
	src/sys/dev/rasops: rasops.c

Log Message:
In rasops_copycols change bcopy to memmove.  In that particular place
the src and dst are very likely to overlap, so using bcopy causes
garbage to be displayed


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/rasops/rasops.c

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