bird/sysdep/linux
Jan Moskyto Matejka a8caff322f Portability: Fixed C extension error generated by CLang.
sysdep/linux/netlink.c:921:10: error: fields must have a constant size:
'variable length array in structure' extension will never be supported
    char buf[128 + KRT_METRICS_MAX*8 + nh_bufsize(a->nexthops)];
         ^
1 error generated.
2016-05-10 14:08:49 +02:00
..
krt-sys.h Netlink: Allow more than 256 routing tables. 2015-11-11 11:40:49 +01:00
Makefile Build system reworked to one global Makefile with includes and no nesting 2016-05-10 14:07:34 +02:00
netlink.c Portability: Fixed C extension error generated by CLang. 2016-05-10 14:08:49 +02:00
netlink.Y Netlink: Allow more than 256 routing tables. 2015-11-11 11:40:49 +01:00
sysio.h Hidden AF_INET* inside sysdep/ 2016-01-11 09:29:51 +01:00
syspriv.h Handles missing macro. 2011-07-29 14:52:28 +02:00