s/strerror/g_strerror/.
* netload.c: (get_ipv6): s/strerror/g_strerror/.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-03-25 Benoît Dejean <TazForEver@dlfp.org>
|
||||||
|
|
||||||
|
* netload.c: (get_ipv6): s/strerror/g_strerror/
|
||||||
|
|
||||||
2005-03-25 Benoît Dejean <TazForEver@dlfp.org>
|
2005-03-25 Benoît Dejean <TazForEver@dlfp.org>
|
||||||
|
|
||||||
* siglist.c: Updated.
|
* siglist.c: Updated.
|
||||||
|
@@ -21,6 +21,8 @@
|
|||||||
Boston, MA 02111-1307, USA.
|
Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
#include <glibtop.h>
|
#include <glibtop.h>
|
||||||
#include <glibtop/error.h>
|
#include <glibtop/error.h>
|
||||||
#include <glibtop/netload.h>
|
#include <glibtop/netload.h>
|
||||||
@@ -131,7 +133,7 @@ static void get_ipv6(glibtop *server, glibtop_netload *buf,
|
|||||||
|
|
||||||
if(getifaddrs (&ifa0) != 0)
|
if(getifaddrs (&ifa0) != 0)
|
||||||
{
|
{
|
||||||
glibtop_warn_r(server, "getifaddrs failed : %s", strerror(errno));
|
glibtop_warn_r(server, "getifaddrs failed : %s", g_strerror(errno));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user