CVSROOT: /cvs Module name: src Changes by: dh...@cvs.openbsd.org 2017/04/06 11:36:18
Modified files: sys/netinet : ip_esp.c ip_mroute.c Log message: 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@