2000-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
+ * ntpd/refclock_ulink.c (ulink_receive):
+ * ntpd/ntp_crypto.c:
+ * libntp/authparity.c:
+ Lint/noise cleanup
+ From: Marc Brett <mbrett@rgs0.london.waii.com>
+
* ntpd/ntp_proto.c: Specifically track manycastserver and
survivors
From: Dave Mills
l_fp trtmp; /* arrival timestamp */
int quality; /* quality indicator */
- int tz; /* time zone */
int temp; /* int temp */
char syncchar; /* synchronization indicator */
char leapchar; /* leap indicator */
- char dstchar; /* daylight/standard indicator */
char modechar; /* model 320 mode flag */
/*
* its contents. If the timecode has invalid length or is not in
* proper format, we declare bad format and exit.
*/
- syncchar = leapchar = dstchar = modechar = ' ';
- tz = 0;
+ syncchar = leapchar = modechar = ' ';
pp->msec = 0;
switch (pp->lencode ) {
struct peer *peer
)
{
- register struct ulinkunit *up;
struct refclockproc *pp;
char pollchar;
pp = peer->procptr;
- up = (struct ulinkunit *)pp->unitptr;
pollchar = 'T';
if (pp->sloppyclockflag & CLK_FLAG1) {
if (write(pp->io.fd, &pollchar, 1) != 1)