diff options
Diffstat (limited to 'net-analyzer/iptraf/files/iptraf-3.0.0-ipv6-headerfix.patch')
-rw-r--r-- | net-analyzer/iptraf/files/iptraf-3.0.0-ipv6-headerfix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/iptraf/files/iptraf-3.0.0-ipv6-headerfix.patch b/net-analyzer/iptraf/files/iptraf-3.0.0-ipv6-headerfix.patch index a2ec93eb6bce..40b95f34a311 100644 --- a/net-analyzer/iptraf/files/iptraf-3.0.0-ipv6-headerfix.patch +++ b/net-analyzer/iptraf/files/iptraf-3.0.0-ipv6-headerfix.patch @@ -2,9 +2,9 @@ diff -urN ./iptraf-3.0.0.orig/src/othptab.c ./iptraf-3.0.0/src/othptab.c --- ./iptraf-3.0.0.orig/src/othptab.c 2006-04-16 00:20:52.000000000 +0200 +++ ./iptraf-3.0.0/src/othptab.c 2006-04-16 00:22:01.000000000 +0200 @@ -17,9 +17,9 @@ - ***/ #include <asm/types.h> + #include <sys/types.h> -#include <linux/if_ether.h> #include <netinet/ip6.h> #include <netinet/icmp6.h> |