K 10 svn:author V 3 imp K 8 svn:date V 27 2018-05-10T02:31:48.930926Z K 7 svn:log V 254 Simplify things a little Rather than include a copy for memmove to call bcopy to call memcpy (which handles overlapping copies), make memmove a strong reference to memcpy to save the two calls. Differential Revision: https://reviews.freebsd.org/D15374 END