diff options
Diffstat (limited to 'usr.sbin/xntpd/parse/clk_trimble.c')
-rw-r--r-- | usr.sbin/xntpd/parse/clk_trimble.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/parse/clk_trimble.c b/usr.sbin/xntpd/parse/clk_trimble.c index c9c124e..bfbf1e6 100644 --- a/usr.sbin/xntpd/parse/clk_trimble.c +++ b/usr.sbin/xntpd/parse/clk_trimble.c @@ -1,6 +1,6 @@ #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMSV6) /* - * /src/NTP/REPOSITORY/v3/parse/clk_trimble.c,v 3.6 1993/10/30 09:44:45 kardel Exp + * /src/NTP/REPOSITORY/v3/parse/clk_trimble.c,v 3.7 1994/01/25 19:05:17 kardel Exp * * Trimble SV6 clock support */ @@ -106,6 +106,9 @@ cvt_trimsv6(buffer, size, format, clock) * History: * * clk_trimble.c,v + * Revision 3.7 1994/01/25 19:05:17 kardel + * 94/01/23 reconcilation + * * Revision 3.6 1993/10/30 09:44:45 kardel * conditional compilation flag cleanup * |