From 9b245d8113848906be6c538215dcaf238c41097c Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 18 Dec 1999 18:11:00 +0000 Subject: [PATCH] *** empty log message *** --- kernel/sysctl/.cvsignore | 1 + sysdeps/linux/netinfo.c | 1 + 2 files changed, 2 insertions(+) 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);