From: Harlan Stenn Date: Fri, 28 Jan 2000 07:19:42 +0000 (-0000) Subject: ChangeLog, ntpdate.c: X-Git-Tag: NTP_4_0_99_C~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b22ac7515c806e2abb31d62cfcbb07e69a9d6b;p=thirdparty%2Fntp.git ChangeLog, ntpdate.c: * ntpdate/ntpdate.c (ntpdatemain): Typo From: Jack Bryans bk: 3891430e_sBP6S6R53w3W-DdyAGQjw --- diff --git a/ChangeLog b/ChangeLog index 6e3a88033..9c4c6c6d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-01-28 Harlan Stenn + + * ntpdate/ntpdate.c (ntpdatemain): Typo + From: Jack Bryans + + * Makefile.am (EXTRA_DIST): Add flock-build. Probably UDel specific... + 2000-01-23 Harlan Stenn * ntpd/check_y2k.c (main): Reformat for ansi2knr diff --git a/ntpdate/ntpdate.c b/ntpdate/ntpdate.c index e79b73e31..86ac988d5 100644 --- a/ntpdate/ntpdate.c +++ b/ntpdate/ntpdate.c @@ -471,7 +471,7 @@ ntpdatemain ( * Add servers we are going to be polling */ #ifdef HAVE_NETINFO - inetinfoservers = getnetinfoservers(); + netinfoservers = getnetinfoservers(); #endif for ( ; ntp_optind < argc; ntp_optind++)