CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/05 16:27:03
Modified files:
sys/netinet : ip_ipcomp.c
Log message:
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
