]> git.puffer.fish Git - mirror/frr.git/commit
zebra: use GNU_LINUX instead of LINUX 4924/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 3 Sep 2019 19:22:38 +0000 (14:22 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 3 Sep 2019 19:22:38 +0000 (14:22 -0500)
commit70bc8385a3b12158c75501912657ae6a8701a47d
tree0bf4c7df417577e7f4148e16f627f4f7b59d0093
parenta3aea4ebaf9edd9aa44ca3a85153c3c82109213c
zebra: use GNU_LINUX instead of LINUX

Everywhere else in the code we use GNU_LINUX, that is the symbol we actualy define in the configuration. Don't rely on compiler's built-in symbols.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
zebra/connected.c