K 10 svn:author V 3 cem K 8 svn:date V 27 2017-09-07T07:24:22.314249Z K 7 svn:log V 347 cam(4): Fix some warnings When bcopy is treated as memcpy/memmove, Clang produces warnings that the size argument doesn't match the type of the source. This is true, it doesn't match; we're aliasing the source. Explicitly cast the source pointer to the expected type to remove the warning. No functional change. Sponsored by: Dell EMC Isilon END