From 8491b5126432f43b7b14d3b850ad3856624e83db Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 9 Jan 2000 22:21:20 +0000 Subject: [PATCH] Added netinfo and interface_names. --- sysdeps/common/sysdeps_suid.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sysdeps/common/sysdeps_suid.c b/sysdeps/common/sysdeps_suid.c index 554fe355..022d2b6e 100644 --- a/sysdeps/common/sysdeps_suid.c +++ b/sysdeps/common/sysdeps_suid.c @@ -83,8 +83,14 @@ glibtop_init_func_t _glibtop_init_hook_p [] = { #if GLIBTOP_SUID_PROC_MAP glibtop_init_proc_map_p, #endif -#if GLIBTOP_SUID_NETLOAD - glibtop_init_netload_p, +#if GLIBTOP_SUID_NETINFO + glibtop_init_netinfo_p, +#endif +#if GLIBTOP_SUID_NETINFO + glibtop_init_netinfo_p, +#endif +#if GLIBTOP_SUID_INTERFACE_NAMES + glibtop_init_interface_names_p, #endif #if GLIBTOP_SUID_PPP glibtop_init_ppp_p,