mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 04:04:09 +00:00
pimd: Remove knowledge of HAVE_CLOCK_MONOTONIC
thread.c fails to build if we do not have CLOCK_MONOTONIC no need to have pim have any knowledge of it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
487be854a5
commit
37335ee22a
@ -272,12 +272,6 @@ int main(int argc, char** argv, char** envp) {
|
||||
zlog_notice("PIM_UNEXPECTED_KERNEL_UPCALL: report unexpected kernel upcall");
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CLOCK_MONOTONIC
|
||||
zlog_notice("HAVE_CLOCK_MONOTONIC");
|
||||
#else
|
||||
zlog_notice("!HAVE_CLOCK_MONOTONIC");
|
||||
#endif
|
||||
|
||||
while (thread_fetch(master, &thread))
|
||||
thread_call(&thread);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user