Convert bcopy to memcpy as the memory does not overlap.
authordhill <dhill@openbsd.org>
Thu, 6 Apr 2017 02:11:08 +0000 (02:11 +0000)
committerdhill <dhill@openbsd.org>
Thu, 6 Apr 2017 02:11:08 +0000 (02:11 +0000)
commit985a0e1774944aec2ddb9c92d563872f22f27b4b
treeaa97b4d62dcb5791366e38bea02453180153f4bb
parent11b9c642fb4a954f16dc6bb176f7d7cdf6382c74
Convert bcopy to memcpy as the memory does not overlap.

ok deraadt@
sys/netinet6/ip6_input.c
sys/netinet6/mld6.c