Replace strcpy with memmove to fix continuation line problems
authorJoey Schulze <joey@infodrom.org>
Fri, 10 Sep 2010 06:50:59 +0000 (08:50 +0200)
committerJoey Schulze <joey@infodrom.org>
Fri, 10 Sep 2010 06:50:59 +0000 (08:50 +0200)
commit2a80f8117f40dc6a3fce30c6d0f15f3c5af55ccf
tree1a110126ed148dc9434b69ce3e7422ebf1d62023
parentb03656d74ee24697da93af06f94ecac3fae62992
Replace strcpy with memmove to fix continuation line problems
on 64bit architectures, patch by David Couture.
CHANGES
syslogd.c