diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-21 03:01:04 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-21 03:01:04 +0200 |
| commit | a6747a9a5d224e8b62e1848cb6717c61ab20fc7b (patch) | |
| tree | 75c090b2a3704c25ef9b6a14f27854578f56213d /package/iproute2/patches/patch-tc_tc_bpf_c | |
| parent | d06385ef288df5449489dd2e315013b32bb5d15b (diff) | |
iproute2: update to 4.5.0, add buildroot patches
Diffstat (limited to 'package/iproute2/patches/patch-tc_tc_bpf_c')
| -rw-r--r-- | package/iproute2/patches/patch-tc_tc_bpf_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-tc_tc_bpf_c b/package/iproute2/patches/patch-tc_tc_bpf_c new file mode 100644 index 000000000..2d8b7fe66 --- /dev/null +++ b/package/iproute2/patches/patch-tc_tc_bpf_c @@ -0,0 +1,10 @@ +--- iproute2-4.5.0.orig/tc/tc_bpf.c 2016-03-15 00:02:31.000000000 +0100 ++++ iproute2-4.5.0/tc/tc_bpf.c 2016-04-21 02:46:17.201844819 +0200 +@@ -20,6 +20,7 @@ + #include <errno.h> + #include <fcntl.h> + #include <stdarg.h> ++#include <limits.h> + + #ifdef HAVE_ELF + #include <libelf.h> |
