From: Harlan Stenn Date: Wed, 9 Feb 2005 05:59:19 +0000 (-0500) Subject: Cleanup from Dave Mills X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e405dde6fb2535682817fbe509efe3cac8bf76fb;p=thirdparty%2Fntp.git Cleanup from Dave Mills bk: 4209a6b7V9Jab35jh0w_RFKx2cm9ig --- diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index 978a4a097e..dc63d34467 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -1050,7 +1050,7 @@ getconfig( temp = matchkey(tokens[i++], tos_keywords, 1); if (i > ntokens - 1) { msyslog(LOG_ERR, - "tinker: missing argument"); + "tos: missing argument"); errflg++; break; } diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index a3d7a005fb..5618b0d437 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -3223,7 +3223,7 @@ proto_config( break; /* - * Set the cohort switch. + * Set the select threshold. */ case PROTO_MAXDIST: sys_maxdist = dvalue; diff --git a/ntpd/refclock_acts.c b/ntpd/refclock_acts.c index e18b16c3bf..ebd1836bf8 100644 --- a/ntpd/refclock_acts.c +++ b/ntpd/refclock_acts.c @@ -131,7 +131,7 @@ #define DESCRIPTION "Automated Computer Time Service" /* WRU */ #define REFID "NONE" /* default reference ID */ #define MSGCNT 20 /* max message count */ -#define SMAX 80 /* max clockstats line length */ +#define SMAX 256 /* max clockstats line length */ /* * Calling program modes