0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-24 23:37:05 +00:00
Vincent Bernat e4f91ee4cb Unix: fix compilation with GCC 10
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'.
2020-09-28 16:30:56 +02:00
..
2018-09-18 17:50:45 +02:00
2009-05-11 01:32:49 +02:00
2018-01-16 16:20:01 +01:00
2020-09-28 16:30:56 +02:00
2016-08-31 14:02:41 +02:00
2012-04-30 22:25:24 +02:00
2018-09-18 17:50:45 +02:00
2018-12-19 15:52:13 +01:00