From: Juergen Perlinger Date: Thu, 21 Jan 2016 19:27:05 +0000 (+0100) Subject: [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile X-Git-Tag: NTP_4_3_91~1^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f25272174cab00361738cd6d84a290b0949cd1;p=thirdparty%2Fntp.git [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile bk: 56a13109MSbKROQtAS47Lx-_zVgrAg --- diff --git a/ChangeLog b/ChangeLog index cfe4aa186..7d5443365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +--- +* [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile. perlinger@ntp.org + --- (4.2.8p6) 2016/01/20 Released by Harlan Stenn diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index ee52b1a5c..3bec8972d 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -62,10 +62,6 @@ # endif #endif -#if defined(HAVE_SIGNALED_IO) && defined(DEBUG_TIMING) -# undef DEBUG_TIMING -#endif - /* * setsockopt does not always have the same arg declaration * across all platforms. If it's not defined we make it empty