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,