Change the implementation of memmove in lib/compat.c to call bcopy instead
authorDavid Dykstra <dwd@samba.org>
Fri, 12 Feb 1999 17:27:22 +0000 (17:27 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 12 Feb 1999 17:27:22 +0000 (17:27 +0000)
commit52d7d78865a5478cffdc0e51ff0f1e7a6aee373e
tree45a34dd7c04de7f1749a3a2af8d2235cbbcbee73
parent23c5aef18e5a6faba538ff06f83e09835af637d7
Change the implementation of memmove in lib/compat.c to call bcopy instead
of memcpy because bcopy is guaranteed to work with overlapping memory and
memcpy is not.  Bug fix for PR#1584 in which log entries in the rsync
daemon log on Sunos 4.1.4 were garbled.
lib/compat.c