--- libgtop-2.28.5.orig/sysdeps/linux/netload.c +++ libgtop-2.28.5/sysdeps/linux/netload.c @@ -34,8 +34,6 @@ #include #include -#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1 -/* GNU LibC */ #include #include #include @@ -43,15 +41,6 @@ #include #include #include -#else /* Libc 5 */ -#include -#include -#include -#include -#include -#include -#endif - #ifdef HAVE_IFADDRS_H /* needed for IPV6 support */