Convert bcopy to memcpy where the memory does not overlap, otherwise,
authordhill <dhill@openbsd.org>
Thu, 6 Apr 2017 17:36:18 +0000 (17:36 +0000)
committerdhill <dhill@openbsd.org>
Thu, 6 Apr 2017 17:36:18 +0000 (17:36 +0000)
commit0ca38a4a1fe27029abd76cdf4f6b2de30f4854a5
treea77868966e813e3870cbee65d0b444c2298f47e0
parent470dcde534eb71dc0f09c9867e6f3ace04c126ed
Convert bcopy to memcpy where the memory does not overlap, otherwise,
use memmove.  While here, change some previous conversions to a simple
assignment.

ok deraadt@
sys/netinet/ip_esp.c
sys/netinet/ip_mroute.c