From: Harlan Stenn Date: Sat, 16 Oct 1999 16:11:15 +0000 (-0000) Subject: ChangeLog, refclock_atom.c: X-Git-Tag: NTP_4_98_c~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbc74cb18436178f8bda8ecfbfcadafc286330a;p=thirdparty%2Fntp.git ChangeLog, refclock_atom.c: * ntpd/refclock_atom.c (atom_poll): PPS cleanup From: Dave Mills bk: 3808a3a30CkR5tl0c3vLYU5Vs_FucA --- diff --git a/ChangeLog b/ChangeLog index e97006463f..fe5587b475 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-10-16 Harlan Stenn + * ntpd/refclock_atom.c (atom_poll): PPS cleanup + From: Dave Mills + * libntp/msyslog.c: * libntp/gpstolfp.c: Lint cleanup diff --git a/ntpd/refclock_atom.c b/ntpd/refclock_atom.c index b3c756a049..2ad6e2d879 100644 --- a/ntpd/refclock_atom.c +++ b/ntpd/refclock_atom.c @@ -440,7 +440,7 @@ atom_poll( pp = peer->procptr; up = (struct atomunit *)pp->unitptr; #if defined(PPS) || defined(HAVE_PPSAPI) - if (!(up->flags & FLAG_AUX)) { + if (!(up->flags & !(FLAG_AUX | FLAG_TTY))) { if (atom_pps(peer)) return; }