immortalwrt/package/network/utils/iproute2
Tony Ambardar 351dde455d iproute2: add missing limits.h includes
This patch has been submitted upstream to fix an error reported by a few
users. One instance seen using gcc 10.2.0, binutils 2.35.1 and musl 1.1.24:

bpf_glue.c: In function 'get_libbpf_version':
bpf_glue.c:46:11: error: 'PATH_MAX' undeclared (first use in this function);
did you mean 'AF_MAX'?
   46 |  char buf[PATH_MAX], *s;
      |           ^~~~~~~~
      |           AF_MAX

Reported-by: Rui Salvaterra <rsalvaterra@gmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2021-03-20 11:33:14 +08:00
..
files iproute2: bump to 5.4.0 & remove qos-gargoyle 2020-01-21 20:59:19 +08:00
patches iproute2: add missing limits.h includes 2021-03-20 11:33:14 +08:00
Makefile iproute2: update to 5.11.0 2021-03-01 18:16:16 +08:00