From: Harlan Stenn Date: Wed, 5 Jan 2000 07:29:27 +0000 (-0000) Subject: ChangeLog, refclock_wwv.c: X-Git-Tag: NTP_4_0_98_J~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=573fc095d77dd0315a02db4c21705fcc3aa7bc1e;p=thirdparty%2Fntp.git ChangeLog, refclock_wwv.c: * ntpd/refclock_wwv.c: Undo that declaration cleanup for now... bk: 3872f2d7_CKnLtlEQJRMaUgCphipDw --- diff --git a/ChangeLog b/ChangeLog index e9a1d5b64..0916c454b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-01-05 Harlan Stenn + * ntpd/refclock_wwv.c: Undo that declaration cleanup for now... + * ntpd/ntp_io.c (open_socket): TOS support From: Marc.Brett@westgeo.com diff --git a/ntpd/refclock_wwv.c b/ntpd/refclock_wwv.c index 15679d41a..4df19e89c 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 [][])); static void wwv_gain P((struct peer *)); static void wwv_tsec P((struct wwvunit *)); static double wwv_data P((struct wwvunit *, double));