From: Juergen Perlinger Date: Sat, 23 Oct 2010 00:24:08 +0000 (+0200) Subject: final update for [Bug 1571] and [Bug 1572] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62914b25f198f72842d4e133ec0cf6206cf3f18;p=thirdparty%2Fntp.git final update for [Bug 1571] and [Bug 1572] bk: 4cc22b28OrroW55UtgGdaMwtsSsWXw --- diff --git a/ChangeLog b/ChangeLog index e2231e29ea..77aebf1ed3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +--- + +* [Bug 1571] NMEA does not relate data to PPS edge +* [Bug 1572] NMEA time adjustment for GPZDG buggy + --- (4.2.6p3-RC5) 2010/10/22 Released by Harlan Stenn diff --git a/ntpd/refclock_nmea.c b/ntpd/refclock_nmea.c index 37a4bacce2..6dd4ab528d 100644 --- a/ntpd/refclock_nmea.c +++ b/ntpd/refclock_nmea.c @@ -16,16 +16,6 @@ * hart@ntp.org, davehart@davehart.com */ -/* -************************************************************************ -* MODIFIED FOR ENHANCED PPS PROCESSING AND SYNC TO ABSOLUTE TIME * -* * -* THIS IS AN INOFFICAL / UNPUBLISHED WORK; USE AT OWN RISK AND DO NOT * -* FILE ERRORS AGAINST ANY NTPD VERSION THAT USES IT! * -************************************************************************ -*/ -const char NMEA_DISCLAIMER[] = "refclock_nmea: inofficial version -- no support"; - #ifdef HAVE_CONFIG_H #include #endif