mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-24 23:37:05 +00:00
GCC 10 will now error when declaring a global variable twice: https://gcc.gnu.org/gcc-10/porting_to.html#common Fix this issue by declaring the variable as `extern' in `krt.h'. The variable is really declared in `krt.c'.