fix the %m specifier in syslog
authorClément Vasseur <clement.vasseur@gmail.com>
Wed, 9 Jul 2014 12:34:18 +0000 (14:34 +0200)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Jul 2014 00:03:21 +0000 (20:03 -0400)
errno must be saved upon vsyslog entry, otherwise its value could be
changed by some libc function before reaching the %m handler in
vsnprintf.


No differences found