projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e51eef
)
ipmi plugin: Fix a typo: sstrerror_r -> sstrerror.
author
Peter Holik
<peter@holik.at>
Tue, 15 Jul 2008 06:21:21 +0000
(08:21 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Tue, 15 Jul 2008 06:21:21 +0000
(08:21 +0200)
src/ipmi.c
patch
|
blob
|
history
diff --git
a/src/ipmi.c
b/src/ipmi.c
index
95e2e7c
..
956aaf4
100644
(file)
--- a/
src/ipmi.c
+++ b/
src/ipmi.c
@@
-73,7
+73,7
@@
static void c_ipmi_error (const char *func, int status)
if (IPMI_IS_OS_ERR (status))
{
- sstrerror
_r
(IPMI_GET_OS_ERR (status), errbuf, sizeof (errbuf));
+ sstrerror (IPMI_GET_OS_ERR (status), errbuf, sizeof (errbuf));
}
else if (IPMI_IS_IPMI_ERR (status))
{