0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/sysdep/unix
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
..
config.Y The MRT protocol 2018-09-18 17:50:45 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-19 16:29:20 +01:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c IO: Workaround for broken FreeBSD behavior 2018-12-19 18:10:39 +01:00
krt.c Filter: Allow silent filter execution 2018-01-16 16:20:01 +01:00
krt.h Unix: fix compilation with GCC 10 2020-09-28 16:30:56 +02:00
krt.Y KRT: Fix trivial error 2016-08-31 14:02:41 +02:00
log.c Log: Fixed race condition in reconfigure while BFD is running 2019-07-30 12:13:38 +02:00
main.c Sysdep: Drop supplementary groups when dropping GID 2019-09-10 15:08:15 +02:00
Modules Cleanup in sysdep KRT code, part 2. 2012-04-30 22:25:24 +02:00
random.c Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
timer.h The MRT protocol 2018-09-18 17:50:45 +02:00
unix.h Unix: Fix variable declarations 2018-12-19 15:52:13 +01:00