svn commit: r319507 - head/sys/fs/msdosfs

Ed Maste emaste at freebsd.org
Sun Jun 4 23:28:07 UTC 2017


On 4 June 2017 at 14:06, Bryan Drewery <bdrewery at freebsd.org> wrote:
>
> In r189170. It seems to me we should change systm.h back to a macro
> #define memmove(dst, src, len) bcopy((src), (dst), (len))

Note that they're not quite equivalent: memmove returns dst, while
bcopy has no return value.


More information about the svn-src-head mailing list