From 9142e721bbf37bad23bbf6fb956aeb44c2987ff5 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 20 Feb 1999 16:20:30 +0000 Subject: [PATCH] Don't include for libc5 systems since it is no longer 1999-02-20 Martin Baulig * netload.c: Don't include for libc5 systems since it is no longer required and makes trouble on Slakware. --- sysdeps/linux/ChangeLog | 5 +++++ sysdeps/linux/netload.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sysdeps/linux/ChangeLog b/sysdeps/linux/ChangeLog index a15c308a..587d387d 100644 --- a/sysdeps/linux/ChangeLog +++ b/sysdeps/linux/ChangeLog @@ -1,3 +1,8 @@ +1999-02-20 Martin Baulig + + * netload.c: Don't include for libc5 systems + since it is no longer required and makes trouble on Slakware. + 1999-01-06 Martin Baulig * netload.c (glibtop_get_netload_s): Use `server->os_version_code' diff --git a/sysdeps/linux/netload.c b/sysdeps/linux/netload.c index c07f07c7..f2c87aed 100644 --- a/sysdeps/linux/netload.c +++ b/sysdeps/linux/netload.c @@ -43,7 +43,6 @@ #include #include #include -#include #endif #define _GLIBTOP_IP_FW_ACCTIN 0x1000 /* Account incoming packets only. */