]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, flock-build, refclock_wwv.c:
authorHarlan Stenn <stenn@ntp.org>
Wed, 5 Jan 2000 07:57:10 +0000 (07:57 -0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 5 Jan 2000 07:57:10 +0000 (07:57 -0000)
  * ntpd/refclock_wwv.c (timecode): Make definition == declaration
  (wwv_newchan): Ditto
  * flock-build: Add rackety to the flock - it runs SunOS 4.1.3/cc
  * ntpd/refclock_wwv.c: Undo that declaration cleanup for now...

bk: 3872f956U-Q45UYA7aNLYe_qMmAB4g

ChangeLog
flock-build
ntpd/refclock_wwv.c

index 0916c454b7313fc3c354062a876be088a55d08f6..9cf91d676834479b2b7833f25ae0dc4527385822 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-01-05  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * ntpd/refclock_wwv.c (timecode): Make definition == declaration
+       (wwv_newchan): Ditto
+
+       * flock-build: Add rackety to the flock - it runs SunOS 4.1.3/cc
+
        * ntpd/refclock_wwv.c: Undo that declaration cleanup for now...
 
        * ntpd/ntp_io.c (open_socket): TOS support
index aadbb01262f545d2fc97ebd3a439b0fbba93e783..acff10ec43d3e45a13ce391cd3faef5657241d5b 100755 (executable)
@@ -10,6 +10,7 @@ BUILD_ARGS="$@"
 #  hepzibah        freebsd-2.2.5
 #  pogo            sparc-sun-solaris2.6
 #  porkypine       mips-dec-ultrix4.4
+#  rackety         sparc-sun-sunos4.1.3/cc
 #  snavely         hppa1.1-hp-hpux10.20
 #  whimsy          sparc-sun-solaris2.6
 
@@ -22,7 +23,7 @@ case "$c_d" in
     ;;
 esac
 
-for i in  churchy hepzibah pogo porkypine snavely  
+for i in  churchy hepzibah pogo porkypine rackety snavely
 do
     echo $i
     # Perhaps we should call build with --enable-parse-clocks
index 4df19e89c8b6a691b606623022be055c367cefd0..6ffdfa84e9d29dabb0b8cf51e120cedf4d4e9a7b 100644 (file)
@@ -2493,7 +2493,7 @@ wwv_snr(
  * rotation, this routine mitigates over all channels and chooses the
  * best frequency and station.
  */
-void
+static void
 wwv_newchan(
        struct peer *peer       /* peer structure pointer */
        )
@@ -2606,7 +2606,7 @@ wwv_qsy(
  * stn station identifier (station and frequency)
  * comp        minute sync compare counter
  * errs        bit errors in last minute\v * freq       frequency offset (PPM)\v * avgt  averaging time (s)\v */
-int
+static int
 timecode(
        struct wwvunit *up,     /* driver structure pointer */
        char *ptr               /* target string */