diff options
Diffstat (limited to 'package/iproute2/patches')
-rw-r--r-- | package/iproute2/patches/patch-bridge_fdb_c | 10 | ||||
-rw-r--r-- | package/iproute2/patches/patch-misc_lnstat_h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/package/iproute2/patches/patch-bridge_fdb_c b/package/iproute2/patches/patch-bridge_fdb_c deleted file mode 100644 index e8e899e78..000000000 --- a/package/iproute2/patches/patch-bridge_fdb_c +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-3.10.0.orig/bridge/fdb.c 2013-07-16 19:06:36.000000000 +0200 -+++ iproute2-3.10.0/bridge/fdb.c 2013-08-17 15:23:48.127356022 +0200 -@@ -20,6 +20,7 @@ - #include <linux/if_ether.h> - #include <linux/neighbour.h> - #include <string.h> -+#include <limits.h> - - #include "libnetlink.h" - #include "br_common.h" diff --git a/package/iproute2/patches/patch-misc_lnstat_h b/package/iproute2/patches/patch-misc_lnstat_h deleted file mode 100644 index f87c190d1..000000000 --- a/package/iproute2/patches/patch-misc_lnstat_h +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-3.10.0.orig/misc/lnstat.h 2013-07-16 19:06:36.000000000 +0200 -+++ iproute2-3.10.0/misc/lnstat.h 2013-08-17 15:55:30.403441174 +0200 -@@ -2,6 +2,7 @@ - #define _LNSTAT_H - - #include <limits.h> -+#include <sys/time.h> - - #define LNSTAT_VERSION "0.02 041002" - |