From: Harlan Stenn Date: Wed, 5 Jan 2000 07:57:10 +0000 (-0000) Subject: ChangeLog, flock-build, refclock_wwv.c: X-Git-Tag: NTP_4_0_98_J~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b91e13b4e1a3cd18bf7691a226b415b9c370fd;p=thirdparty%2Fntp.git ChangeLog, flock-build, refclock_wwv.c: * 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 --- diff --git a/ChangeLog b/ChangeLog index 0916c454b..9cf91d676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-01-05 Harlan Stenn + * 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 diff --git a/flock-build b/flock-build index aadbb0126..acff10ec4 100755 --- a/flock-build +++ b/flock-build @@ -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 diff --git a/ntpd/refclock_wwv.c b/ntpd/refclock_wwv.c index 4df19e89c..6ffdfa84e 100644 --- a/ntpd/refclock_wwv.c +++ b/ntpd/refclock_wwv.c @@ -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 * freq frequency offset (PPM) * avgt averaging time (s) */ -int +static int timecode( struct wwvunit *up, /* driver structure pointer */ char *ptr /* target string */