Avoid strerror() when possible and just rely on warning/error
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Nov 2012 21:32:29 +0000 (16:32 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Nov 2012 21:32:29 +0000 (16:32 -0500)
commit56de023de811952d1e2f2512e171ea6c7db0b51e
tree23859fa286417b501cbf58b3828a796aea49e03c
parente28ce01fe0d857235257f44b13b550e8f1787ae1
Avoid strerror() when possible and just rely on warning/error
to handle errno in the proper locale.
plugins/sudoers/find_path.c
plugins/sudoers/group_plugin.c
plugins/sudoers/iolog.c
plugins/sudoers/policy.c
plugins/sudoers/sudoers.c
plugins/sudoers/timestamp.c