diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 05:11:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 05:11:36 +0000 |
commit | c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f (patch) | |
tree | ae54befdb761e0e5c0893c705a30c45f5a7c0f30 /usr.sbin/xntpd | |
parent | c4aced089128ad99459cc1173169758dfcea0cea (diff) | |
download | FreeBSD-src-c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f.zip FreeBSD-src-c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f.tar.gz |
$Header$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r-- | usr.sbin/xntpd/kernel/chuinit.c | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/kernel/clkinit.c | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/parse/clk_trimtaip.c | 7 | ||||
-rw-r--r-- | usr.sbin/xntpd/parse/clk_trimtsip.c | 5 |
4 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/xntpd/kernel/chuinit.c b/usr.sbin/xntpd/kernel/chuinit.c index 80b36a9..77a4cd2 100644 --- a/usr.sbin/xntpd/kernel/chuinit.c +++ b/usr.sbin/xntpd/kernel/chuinit.c @@ -1,7 +1,7 @@ /* ** dynamically loadable chu driver ** -** $Header: /home/ncvs/src/usr.sbin/xntpd/kernel/chuinit.c,v 1.1.1.1 1994/09/29 23:02:42 wollman Exp $ +** $FreeBSD$ ** ** william robertson <rob@agate.berkeley.edu> */ diff --git a/usr.sbin/xntpd/kernel/clkinit.c b/usr.sbin/xntpd/kernel/clkinit.c index b8fe456..9dae10d 100644 --- a/usr.sbin/xntpd/kernel/clkinit.c +++ b/usr.sbin/xntpd/kernel/clkinit.c @@ -1,7 +1,7 @@ /* ** dynamically loadable clk driver ** -** $Header: /home/ncvs/src/usr.sbin/xntpd/kernel/clkinit.c,v 1.1.1.1 1994/09/29 23:02:47 wollman Exp $ +** $FreeBSD$ ** ** william robertson <rob@agate.berkeley.edu> */ diff --git a/usr.sbin/xntpd/parse/clk_trimtaip.c b/usr.sbin/xntpd/parse/clk_trimtaip.c index 87538f1..ac0e75c 100644 --- a/usr.sbin/xntpd/parse/clk_trimtaip.c +++ b/usr.sbin/xntpd/parse/clk_trimtaip.c @@ -1,6 +1,6 @@ #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTAIP) /* - * $Header: /src/NTP/REPOSITORY/v3/parse/clk_trimble.c,v 3.9 1994/02/02 17:45:27 kardel Exp $ + * $FreeBSD$ * * Trimble SV6 clock support */ @@ -108,7 +108,10 @@ cvt_trimtaip(buffer, size, format, clock) /* * History: * - * $Log: clk_trimble.c,v $ + * $Log: clk_trimtaip.c,v $ + * Revision 1.1.1.1 1994/09/29 23:01:31 wollman + * xntp 3.4e from Dave Mills @ UDel + * * Revision 3.9 1994/02/02 17:45:27 kardel * rcs ids fixed * diff --git a/usr.sbin/xntpd/parse/clk_trimtsip.c b/usr.sbin/xntpd/parse/clk_trimtsip.c index 8b43587..7a4e3dd 100644 --- a/usr.sbin/xntpd/parse/clk_trimtsip.c +++ b/usr.sbin/xntpd/parse/clk_trimtsip.c @@ -1,6 +1,6 @@ #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTSIP) /* - * $Header: /home/ncvs/src/usr.sbin/xntpd/parse/clk_trimtsip.c,v 1.2 1995/05/30 03:54:13 rgrimes Exp $ + * $FreeBSD$ * * Trimble TSIP support - CURRENTLY VERY MUCH UNDER CONSTRUCTION */ @@ -468,6 +468,9 @@ getint(bp) * History: * * $Log: clk_trimtsip.c,v $ + * Revision 1.3 1997/12/22 23:00:35 alex + * YTK fix. + * * Revision 1.2 1995/05/30 03:54:13 rgrimes * Remove trailing whitespace. * |