diff options
Diffstat (limited to 'package/iproute2/patches/patch-bridge_fdb_c')
-rw-r--r-- | package/iproute2/patches/patch-bridge_fdb_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-bridge_fdb_c b/package/iproute2/patches/patch-bridge_fdb_c new file mode 100644 index 000000000..e8e899e78 --- /dev/null +++ b/package/iproute2/patches/patch-bridge_fdb_c @@ -0,0 +1,10 @@ +--- 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" |