Replace 2 bcopy()'s with a simple assignment as both variables are
authordhill <dhill@openbsd.org>
Wed, 5 Apr 2017 22:27:03 +0000 (22:27 +0000)
committerdhill <dhill@openbsd.org>
Wed, 5 Apr 2017 22:27:03 +0000 (22:27 +0000)
commit2d0f50edae2e365c2fce5d6b10eaffc626da0a66
treedcf4d56c71153a4ec4901749991bdad42ec08177
parent38815c8e68c4a8eeb286a22188e8c874191e3596
Replace 2 bcopy()'s with a simple assignment as both variables are
properly aligned malloc(9)d data and sockaddr_union fields.  While here,
convert the remaining bcopy() to memmove().

with and ok @bluhm
sys/netinet/ip_ipcomp.c