summaryrefslogtreecommitdiff
path: root/sysdeps/stub/prockernel.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-11-22 19:54:08 +0000
committerMartin Baulig <martin@src.gnome.org>2000-11-22 19:54:08 +0000
commit035b387463f9f746b89c58bb2ca4c8b56de9b6f0 (patch)
treeb59fbacc09e61803153ac58ff9b6498d701b91c7 /sysdeps/stub/prockernel.c
parent158dec2b2a12a12e861753da079f8a1dc0f4a691 (diff)
downloadlibgtop-035b387463f9f746b89c58bb2ca4c8b56de9b6f0.tar.gz
Don't call glibtop_init_s(), this is deprecated.
2000-11-22 Martin Baulig <martin@home-of-linux.org> * *.c: Don't call glibtop_init_s(), this is deprecated. * netinfo.c: New file.
Diffstat (limited to 'sysdeps/stub/prockernel.c')
-rw-r--r--sysdeps/stub/prockernel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/stub/prockernel.c b/sysdeps/stub/prockernel.c
index 4e132d5d..092b8ca0 100644
--- a/sysdeps/stub/prockernel.c
+++ b/sysdeps/stub/prockernel.c
@@ -44,8 +44,6 @@ int
glibtop_get_proc_kernel_s (glibtop_server *server, glibtop_proc_kernel *buf,
pid_t pid)
{
- glibtop_init_s (server, GLIBTOP_SYSDEPS_PROC_KERNEL, 0);
-
memset (buf, 0, sizeof (glibtop_proc_kernel));
return 0;