netinet bcopy -> memcpy/memmove

2018-03-27 Thread David Hill
Hello - A few bcopy conversions to memcpy where the memory does not overlap, otherwise memmove. OK? Index: netinet/ip_ah.c === RCS file: /cvs/src/sys/netinet/ip_ah.c,v retrieving revision 1.138 diff -u -p -r1.138 ip_ah.c --- netine

netinet bcopy->memcpy

2016-09-15 Thread David Hill
Hello - Here is another diff to switch some bcopy's to memcpy's. Most bcopy's are on freshly alloc'd memory. for netinet/ Index: ip_ah.c === RCS file: /cvs/src/sys/netinet/ip_ah.c,v retrieving revision 1.122 diff -u -p -r1.122 ip_ah