projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce140b1
)
ipmi plugin: s/sstrerror_r/sstrerror/.
author
Florian Forster
<octo@noris.net>
Mon, 30 Jun 2008 16:15:52 +0000
(18:15 +0200)
committer
Florian Forster
<octo@noris.net>
Mon, 30 Jun 2008 16:15:52 +0000
(18:15 +0200)
src/ipmi.c
patch
|
blob
|
history
diff --git
a/src/ipmi.c
b/src/ipmi.c
index
7a00c88
..
b9cfa19
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))
{