summaryrefslogtreecommitdiff
path: root/package/iptraf/patches/patch-src_tcptable_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-03-04 11:43:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-03-04 11:43:49 +0100
commitc8e25cfa429c66c7ecd7a310bc162430836176c0 (patch)
tree963694bc76227b9e391062d3e33fe5c3730f1295 /package/iptraf/patches/patch-src_tcptable_h
parentddb8c72a40d69c786062e3f92c9a2155726a6ea4 (diff)
update to latest upstream
Diffstat (limited to 'package/iptraf/patches/patch-src_tcptable_h')
-rw-r--r--package/iptraf/patches/patch-src_tcptable_h33
1 files changed, 8 insertions, 25 deletions
diff --git a/package/iptraf/patches/patch-src_tcptable_h b/package/iptraf/patches/patch-src_tcptable_h
index a20d69969..f2a0d15c6 100644
--- a/package/iptraf/patches/patch-src_tcptable_h
+++ b/package/iptraf/patches/patch-src_tcptable_h
@@ -1,27 +1,10 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- iptraf-3.0.0.orig/src/tcptable.h 2005-09-13 08:42:54.000000000 +0200
-+++ iptraf-3.0.0/src/tcptable.h 2009-05-21 22:49:05.000000000 +0200
-@@ -6,7 +6,6 @@
-
- ***/
-
--#include <stdlib.h>
- #include <string.h>
- #include <unistd.h>
- #include <fcntl.h>
-@@ -14,15 +13,12 @@
- #include <panel.h>
- #include <netdb.h>
- #include <time.h>
--#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <net/if_arp.h>
--#include <asm/types.h>
- #include <linux/if_packet.h>
+--- iptraf-3.0.1.orig/src/tcptable.h 2007-09-25 11:46:03.000000000 +0200
++++ iptraf-3.0.1/src/tcptable.h 2013-03-04 11:35:47.000000000 +0100
+@@ -24,7 +24,6 @@
#include <linux/if_ether.h>
--#include <linux/if_fddi.h>
- #include <linux/if_tr.h>
- #include <net/if.h>
+ #include <linux/netdevice.h>
+ #include <linux/if_fddi.h>
+-#include <linux/if_tr.h>
+ // #include <net/if.h>
#include <netinet/ip.h>
+ #include <netinet/udp.h>