* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / network / iproute2 / min.patch.musl
blob21aed082b7b69bb6bbf3800474d87c7680f45fc5
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/iproute2/min.patch.musl
3 # Copyright (C) 2022 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 diff --git a/ip/ipstats.c b/ip/ipstats.c
15 index 5cdd15a..7ccfae8 100644
16 --- a/ip/ipstats.c
17 +++ b/ip/ipstats.c
18 @@ -6,6 +6,8 @@
19  #include "utils.h"
20  #include "ip_common.h"
22 +#define MIN(a,b) (((a)<(b))?(a):(b))
24  struct ipstats_stat_dump_filters {
25         /* mask[0] filters outer attributes. Then individual nests have their
26          * filtering mask at the index of the nested attribute.