summaryrefslogtreecommitdiff
path: root/sysdeps/stub
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-12-23 15:44:24 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-12-23 15:44:24 +0000
commit9fe6dadcecc6c487d317bffac3db4a916368ff51 (patch)
tree92df1317c29f6d445f22622d3e700fd6f2f6c58f /sysdeps/stub
parent3e06f95c8400591a9578e9a4c16cf8f1ab4875c3 (diff)
downloadlibgtop-9fe6dadcecc6c487d317bffac3db4a916368ff51.tar.gz
Fixed.
* netlist.c: (glibtop_get_netlist_s): Fixed.
Diffstat (limited to 'sysdeps/stub')
-rw-r--r--sysdeps/stub/ChangeLog4
-rw-r--r--sysdeps/stub/netlist.c11
2 files changed, 8 insertions, 7 deletions
diff --git a/sysdeps/stub/ChangeLog b/sysdeps/stub/ChangeLog
index 2b8c52a4..7b65f2cb 100644
--- a/sysdeps/stub/ChangeLog
+++ b/sysdeps/stub/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-23 Benoît Dejean <tazforever@dlfp.org>
+
+ * netlist.c: (glibtop_get_netlist_s): Fixed.
+
2004-11-13 Benoît Dejean <tazforever@dlfp.org>
* Makefile.am:
diff --git a/sysdeps/stub/netlist.c b/sysdeps/stub/netlist.c
index aad043c7..0f1fe569 100644
--- a/sysdeps/stub/netlist.c
+++ b/sysdeps/stub/netlist.c
@@ -1,9 +1,6 @@
/* $Id$ */
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
+/* This file is part of LibGTop 2.0.
LibGTop is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
@@ -34,10 +31,10 @@ glibtop_init_netlist_s (glibtop *server)
server->sysdeps.netlist = _glibtop_sysdeps_netlist;
}
-/* Provides load averange. */
-
-void
+char**
glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf)
{
memset (buf, 0, sizeof (glibtop_netlist));
+
+ return NULL;
}