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:
committed by
Martin Baulig
parent
b7e1c60b40
commit
9142e721bb
@@ -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'
|
||||
|
@@ -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. */
|
||||
|
Reference in New Issue
Block a user