Don't include <linux/ip_fw.h> for libc5 systems since it is no longer

1999-02-20  Martin Baulig  <martin@home-of-linux.org>

	* netload.c: Don't include <linux/ip_fw.h> for libc5 systems
	since it is no longer required and makes trouble on Slakware.
This commit is contained in:
Martin Baulig
1999-02-20 16:20:30 +00:00
committed by Martin Baulig
parent b7e1c60b40
commit 9142e721bb
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
1999-02-20 Martin Baulig <martin@home-of-linux.org>
* netload.c: Don't include <linux/ip_fw.h> for libc5 systems
since it is no longer required and makes trouble on Slakware.
1999-01-06 Martin Baulig <martin@home-of-linux.org>
* netload.c (glibtop_get_netload_s): Use `server->os_version_code'

View File

@@ -43,7 +43,6 @@
#include <linux/icmp.h>
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/ip_fw.h>
#endif
#define _GLIBTOP_IP_FW_ACCTIN 0x1000 /* Account incoming packets only. */