]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, refclock_wwv.c:
authorHarlan Stenn <stenn@ntp.org>
Wed, 5 Jan 2000 19:45:01 +0000 (19:45 -0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 5 Jan 2000 19:45:01 +0000 (19:45 -0000)
  * ntpd/refclock_wwv.c (wwv_corr4): Dave fixed the declaration.

bk: 38739f3dJya9-MOaQVHiQTgx5RyfhA

ChangeLog
ntpd/refclock_wwv.c

index 9cf91d676834479b2b7833f25ae0dc4527385822..17abbc027c6fd13f962c262dc4ab1d28016e5462 100644 (file)
--- 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
 
index 6ffdfa84e9d29dabb0b8cf51e120cedf4d4e9a7b..79245ec25fdeb5a432552c7fc8570da5c95996d4 100644 (file)
@@ -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));