iproute2/bridge
Natanael Copa dd9cc0ee81 iproute2: various header include fixes for compiling with musl libc
We need limits.h for LONG_MIN and LONG_MAX, sys/param.h for MIN and
sys/select for struct timeval.

This fixes the following compile errors with musl libc:

f_bpf.c: In function 'bpf_parse_opt':
f_bpf.c:181:12: error: 'LONG_MIN' undeclared (first use in this function)
   if (h == LONG_MIN || h == LONG_MAX) {
            ^
...

tc_util.o: In function `print_tcstats2_attr':
tc_util.c:(.text+0x13fe): undefined reference to `MIN'
tc_util.c:(.text+0x1465): undefined reference to `MIN'
tc_util.c:(.text+0x14ce): undefined reference to `MIN'
tc_util.c:(.text+0x154c): undefined reference to `MIN'
tc_util.c:(.text+0x160a): undefined reference to `MIN'
tc_util.o:tc_util.c:(.text+0x174e): more undefined references to `MIN' follow
...

tc_stab.o: In function `print_size_table':
tc_stab.c:(.text+0x40f): undefined reference to `MIN'
...

fdb.c:247:30: error: 'ULONG_MAX' undeclared (first use in this function)
        (vni >> 24) || vni == ULONG_MAX)
                              ^

lnstat.h:28:17: error: field 'last_read' has incomplete type
  struct timeval last_read;  /* last time of read */
                 ^

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2014-05-28 16:51:39 -07:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
Makefile bridge: Add vlan configuration support 2013-03-06 11:03:08 -08:00
br_common.h bridge: Add support for setting bridge port attributes 2013-03-16 10:01:53 -07:00
bridge.c bridge: add oneline option 2013-03-16 10:18:50 -07:00
fdb.c iproute2: various header include fixes for compiling with musl libc 2014-05-28 16:51:39 -07:00
link.c iproute2: bridge: fix 'bridge link' setlink/getlink parsing 2013-06-03 19:55:32 -07:00
mdb.c bridge: make `bridge mdb` output consistent with input 2012-12-20 10:55:55 -08:00
monitor.c iproute2: bridge: Close file with bridge monitor file 2013-09-30 21:00:06 -07:00
vlan.c bridge: Add vlan configuration support 2013-03-06 11:03:08 -08:00