Dash:
[t2-trunk.git] / package / network / iproute2 / compile.patch.musl
blobecc88fd90b7a4a2bbebb3417c2985f6a627ddd8e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../iproute2/compile.patch.musl
5 # Copyright (C) 2019 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- iproute2-4.20.0/tc/f_flower.c.vanilla       2019-02-06 16:59:43.089134304 +0000
18 +++ iproute2-4.20.0/tc/f_flower.c       2019-02-06 16:59:51.637134207 +0000
19 @@ -19,6 +19,7 @@
20  #include <linux/ip.h>
21  #include <linux/tc_act/tc_vlan.h>
22  #include <linux/mpls.h>
23 +#include <linux/limits.h>
25  #include "utils.h"
26  #include "tc_util.h"