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.
This commit is contained in:
Martin Baulig
2000-11-22 19:54:08 +00:00
committed by Martin Baulig
parent 158dec2b2a
commit 035b387463
23 changed files with 63 additions and 45 deletions

View File

@@ -45,8 +45,6 @@ glibtop_init_proc_args_s (glibtop_server *server)
char **
glibtop_get_proc_args_s (glibtop_server *server, glibtop_array *array, pid_t pid)
{
glibtop_init_s (server, GLIBTOP_SYSDEPS_PROC_ARGS, 0);
memset (array, 0, sizeof (glibtop_array));
return NULL;