CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/06 08:25:18
Modified files:
sys/netinet : ip_spd.c ipsec_input.c ipsec_output.c
Log message:
Replace bcopy with a simple assignment where both variables are
properly aligned and sockaddr_union fields, or with memcpy when
the memory doesn't overlap.
OK bluhm@
