From: Harlan Stenn Date: Wed, 5 Jan 2000 19:45:01 +0000 (-0000) Subject: ChangeLog, refclock_wwv.c: X-Git-Tag: NTP_4_0_98_J~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2601b9e78bbd164ddaf0df6e1e6c8543e552fada;p=thirdparty%2Fntp.git ChangeLog, refclock_wwv.c: * ntpd/refclock_wwv.c (wwv_corr4): Dave fixed the declaration. bk: 38739f3dJya9-MOaQVHiQTgx5RyfhA --- diff --git a/ChangeLog b/ChangeLog index 9cf91d676..17abbc027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * ntpd/refclock_wwv.c (timecode): Make definition == declaration (wwv_newchan): Ditto + (wwv_corr4): Dave fixed the declaration. * flock-build: Add rackety to the flock - it runs SunOS 4.1.3/cc diff --git a/ntpd/refclock_wwv.c b/ntpd/refclock_wwv.c index 6ffdfa84e..79245ec25 100644 --- a/ntpd/refclock_wwv.c +++ b/ntpd/refclock_wwv.c @@ -598,7 +598,7 @@ static double wwv_rsec P((struct peer *, double)); static void wwv_qrz P((struct peer *, struct sync *, double)); static void wwv_corr4 P((struct peer *, struct decvec *, - double [], double [][])); + double [], double [][4])); static void wwv_gain P((struct peer *)); static void wwv_tsec P((struct wwvunit *)); static double wwv_data P((struct wwvunit *, double));