~ubuntu-branches/ubuntu/oneiric/collectd/oneiric

« back to all changes in this revision

Viewing changes to src/ipmi.c

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-11-18 15:54:20 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081118155420-sc2mxv2pebafkmon
Tags: 4.4.2-2ubuntu1
* Merge from Debian unstable (LP: #298828). Remaining Ubuntu changes:
* Add ubuntu_in6-glibc28.dpatch patch, fix FTBFS.
* Add ubuntu_hardening.dpatch patch, fix FTBFS.
* Add ubuntu_perl.c.dpatch, fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
  if (IPMI_IS_OS_ERR (status))
75
75
  {
76
 
    sstrerror_r (IPMI_GET_OS_ERR (status), errbuf, sizeof (errbuf));
 
76
    sstrerror (IPMI_GET_OS_ERR (status), errbuf, sizeof (errbuf));
77
77
  }
78
78
  else if (IPMI_IS_IPMI_ERR (status))
79
79
  {