0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/sysdep
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
..
bsd BSD: Fix TCP-MD5 code on current FreeBSD kernels 2019-01-04 18:20:56 +01:00
cf BSD: Use MSG_DONTROUTE for unicast packets on FreeBSD 2018-07-28 19:30:56 +02:00
linux Netlink: removed dynamic length array as Clang won't support it. 2018-04-24 12:18:32 +02:00
unix Unix: fix compilation with GCC 10 2020-09-28 16:30:56 +02:00
config.h NEWS and version update 2019-09-10 17:36:41 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-19 16:29:20 +01:00
sysdep.sgml Spelling fixes to progdoc. 2000-06-07 12:29:08 +00:00