diff --git a/kernel/sysctl/.cvsignore b/kernel/sysctl/.cvsignore index 9ff296a7..8c3428a0 100644 --- a/kernel/sysctl/.cvsignore +++ b/kernel/sysctl/.cvsignore @@ -1 +1,2 @@ *.flags +.depend diff --git a/sysdeps/linux/netinfo.c b/sysdeps/linux/netinfo.c index 0683c3b8..3cdafa2f 100644 --- a/sysdeps/linux/netinfo.c +++ b/sysdeps/linux/netinfo.c @@ -48,6 +48,7 @@ #endif static const unsigned long _glibtop_sysdeps_netinfo = +(1L << GLIBTOP_NETINFO_IF_FLAGS) + (1L << GLIBTOP_NETINFO_ADDRESS) + (1L << GLIBTOP_NETINFO_SUBNET) + (1L << GLIBTOP_NETINFO_MTU);