From c387bd743093d0b8ae83cfb7c442a5351dd27094 Mon Sep 17 00:00:00 2001 From: pdw <> Date: Mon, 3 Oct 2011 20:44:33 +0000 Subject: Removed net/bpf.h as it reportedly breaks on Slackware. Was added by PFLOG patch but the relevant definitions should be in pcap/bpf.h --- iftop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iftop.c b/iftop.c index 7be6ed0..a604350 100644 --- a/iftop.c +++ b/iftop.c @@ -12,7 +12,8 @@ #include #include #include -#include +/* include -- this was added by the PFLOG patch but seems + * superfluous and breaks on Slackware */ #if defined(HAVE_PCAP_H) # include #elif defined(HAVE_PCAP_PCAP_H) -- cgit v1.2.3