From 1a675e4d96897e9894654ff4acff3e510259e0c8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 18 Jul 2017 22:15:29 +0200 Subject: iproute2: update to 4.12.0 --- .../patches/patch-include_iptables_common_h | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 package/iproute2/patches/patch-include_iptables_common_h (limited to 'package/iproute2/patches/patch-include_iptables_common_h') diff --git a/package/iproute2/patches/patch-include_iptables_common_h b/package/iproute2/patches/patch-include_iptables_common_h deleted file mode 100644 index d0ca2c0a2..000000000 --- a/package/iproute2/patches/patch-include_iptables_common_h +++ /dev/null @@ -1,25 +0,0 @@ ---- iproute2-3.12.0.orig/include/iptables_common.h 2013-11-23 02:10:33.000000000 +0100 -+++ iproute2-3.12.0/include/iptables_common.h 2014-04-05 05:21:46.946376336 +0200 -@@ -1,5 +1,8 @@ - #ifndef _IPTABLES_COMMON_H - #define _IPTABLES_COMMON_H -+ -+#include -+ - /* Shared definitions between ipv4 and ipv6. */ - - enum exittype { -@@ -43,9 +46,9 @@ extern char *lib_dir; - extern void init_extensions(void); - #endif - --#define __be32 u_int32_t --#define __le32 u_int32_t --#define __be16 u_int16_t --#define __le16 u_int16_t -+#define __be32 uint32_t -+#define __le32 uint32_t -+#define __be16 uint16_t -+#define __le16 uint16_t - - #endif /*_IPTABLES_COMMON_H*/ -- cgit v1.2.3