drop use of strerror()
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 15 Jun 2012 22:01:06 +0000 (22:01 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Sat, 30 Jun 2012 19:37:04 +0000 (19:37 +0000)
commitcadd9992921c92c4cf4c72ee40ff5ab4d44066cd
tree81b4489717573678fd9278ac9e8450c976c3ebcb
parentbb6e48b1b023e7d422fb5d67eef6505f7bdf2d05
drop use of strerror()

It isn't thread-safe. Use the %m conversion specifier instead,
like the rest of the code already does.
src/scanner.c
src/wayland-server.c