Module Name: src Committed By: rin Date: Tue Jul 30 14:41:10 UTC 2019
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
In rasops_copy{rows,cols}(), if src == dst, we have nothing to do.
Otherwise, we can use memcpy safely instead of memmove.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.
