comparison network/iproute2/musl.patch @ 181:9ae9da1e3854

network/iproute2: initial import, closes #1146
author David Demelier <markand@malikania.fr>
date Sat, 16 Mar 2019 10:28:48 +0100
parents
children
comparison
equal deleted inserted replaced
180:dbcde33dd783 181:9ae9da1e3854
1 Upstream: No
2 Reason: FTBFS
3
4 diff --git tc/f_flower.c tc/f_flower.c
5 index 65fca04..5043907 100644
6 --- tc/f_flower.c
7 +++ tc/f_flower.c
8 @@ -19,6 +19,7 @@
9 #include <linux/ip.h>
10 #include <linux/tc_act/tc_vlan.h>
11 #include <linux/mpls.h>
12 +#include <linux/limits.h>
13
14 #include "utils.h"
15 #include "tc_util.h"