diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-17 19:27:42 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-17 19:27:42 +0000 |
commit | 049af7a95b01eba14d33586ad5852dddaf107e53 (patch) | |
tree | 3f89f26ef1ec32f03b8842f97077b7d3459ba6d0 /extra/iptraf/iptraf-3.0.0-headerfix.patch | |
parent | 84837d89991e1e82e5aef8e297541c572ebf2efa (diff) |
Fixed
Diffstat (limited to 'extra/iptraf/iptraf-3.0.0-headerfix.patch')
-rw-r--r-- | extra/iptraf/iptraf-3.0.0-headerfix.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/iptraf/iptraf-3.0.0-headerfix.patch b/extra/iptraf/iptraf-3.0.0-headerfix.patch deleted file mode 100644 index 604d63e26..000000000 --- a/extra/iptraf/iptraf-3.0.0-headerfix.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Naur iptraf-3.0.0-minus/src/othptab.c iptraf-3.0.0/src/othptab.c ---- iptraf-3.0.0-minus/src/othptab.c 2006-09-27 03:30:33.000000000 +0200 -+++ iptraf-3.0.0/src/othptab.c 2006-09-27 03:34:24.000000000 +0200 -@@ -17,6 +17,7 @@ - ***/ - - #include <asm/types.h> -+#include <sys/types.h> - #include <linux/if_ether.h> - #include <winops.h> - #include "arphdr.h" -diff -Naur iptraf-3.0.0-minus/src/tr.c iptraf-3.0.0/src/tr.c ---- iptraf-3.0.0-minus/src/tr.c 2005-09-13 08:42:54.000000000 +0200 -+++ iptraf-3.0.0/src/tr.c 2006-09-27 03:32:54.000000000 +0200 -@@ -7,8 +7,8 @@ - */ - - #include <asm/types.h> --#include <linux/if_tr.h> - #include <netinet/in.h> -+#include <linux/if_tr.h> - - unsigned int get_tr_ip_offset(unsigned char *pkt) - { - |