From: NTP Release Engineering Date: Wed, 4 Mar 2020 00:05:38 +0000 (-0800) Subject: provide get_pollskew() for simulator X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6689b7feb9655136865a10ae882ba898a8d0199a;p=thirdparty%2Fntp.git provide get_pollskew() for simulator bk: 5e5ef0d2NmkE3HzbyDtvXmOflDP9ag --- diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index 9995663f6..28c704509 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -2965,7 +2965,7 @@ config_access( } } -#if 1 +#if 0 int p; msyslog(LOG_INFO, "Dumping PSL:"); for (p = 3; p <= 17; ++p) { @@ -3019,6 +3019,7 @@ attrtopsl(int poll, attr_val *avp) return; } +#endif /* !SIM */ int @@ -3040,7 +3041,6 @@ get_pollskew( /* NOTREACHED */ } -#endif /* !SIM */ #ifdef FREE_CFG_T