[Bug 2425] compile io_handler() in ntp_io.c unconditionally
bk: 51fb4cefMVZaomy_3pdfk62gEVBqXA
+* [Bug 2425] compile io_handler() in ntp_io.c unconditionally
* [Bug 2448] Fix checks for configure --with-stack-limit and --with-memlock
values.
(4.2.7p378) 2013/08/01 Released by Harlan Stenn <stenn@ntp.org>
"Listening on routing socket on fd #%d for interface updates",
fd);
}
+#else
+/* HAS_ROUTING_SOCKET not defined */
+static void
+init_async_notifications(void)
+{
+}
+#endif
void
io_handler(void)
# endif /* HAVE_SIGNALED_IO */
}
-
-#else
-/* HAS_ROUTING_SOCKET not defined */
-static void
-init_async_notifications(void)
-{
-}
-#endif