increase syslog message limit from 256 to 1024
authorRich Felker <dalias@aerifal.cx>
Tue, 13 Jan 2015 17:04:38 +0000 (12:04 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 13 Jan 2015 17:04:38 +0000 (12:04 -0500)
commit3f65494a4cb2544eb16af3fa64a161bd8142f487
treef03f25a018845a5611bf2880d17fab4cfcb87e4f
parent84b5c5479e8eae48c81295b55f4fa8dd342c97a9
increase syslog message limit from 256 to 1024

this addresses alpine linux issue #3692 and brings the syslog message
length limit in alignment with uclibc's implementation.
src/misc/syslog.c