diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.sbin/timed | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timed/acksend.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/byteorder.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/candidate.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/cksum.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/correct.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/master.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/measure.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/networkdelta.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/readmsg.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/slave.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/timed.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timedc/cmds.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timedc/cmdtab.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timedc/timedc.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/timed/timed/acksend.c b/usr.sbin/timed/timed/acksend.c index c5186dcfd56e..410a24e667a5 100644 --- a/usr.sbin/timed/timed/acksend.c +++ b/usr.sbin/timed/timed/acksend.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acksend.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: acksend.c,v 1.3 1997/10/29 07:32:27 charnier Exp $"; + "$Id: acksend.c,v 1.1.1.1.8.1 1997/11/07 07:42:07 charnier Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/byteorder.c b/usr.sbin/timed/timed/byteorder.c index 05017989ffe9..7b7fea088e9d 100644 --- a/usr.sbin/timed/timed/byteorder.c +++ b/usr.sbin/timed/timed/byteorder.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)byteorder.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: byteorder.c,v 1.3 1997/10/22 06:19:48 charnier Exp $"; + "$Id: byteorder.c,v 1.2.6.1 1997/11/07 07:42:08 charnier Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/candidate.c b/usr.sbin/timed/timed/candidate.c index 93f998ed0441..93bba50d555d 100644 --- a/usr.sbin/timed/timed/candidate.c +++ b/usr.sbin/timed/timed/candidate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)candidate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: candidate.c,v 1.4 1997/10/29 07:32:27 charnier Exp $"; + "$Id: candidate.c,v 1.2.6.1 1997/11/07 07:42:09 charnier Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/cksum.c b/usr.sbin/timed/timed/cksum.c index c942271311ca..66b7745a115e 100644 --- a/usr.sbin/timed/timed/cksum.c +++ b/usr.sbin/timed/timed/cksum.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cksum.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cksum.c,v 1.2 1997/10/22 06:19:48 charnier Exp $"; + "$Id: cksum.c,v 1.1.1.1.8.1 1997/11/07 07:42:10 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/timed/timed/correct.c b/usr.sbin/timed/timed/correct.c index a0637080887c..db742a1ba786 100644 --- a/usr.sbin/timed/timed/correct.c +++ b/usr.sbin/timed/timed/correct.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)correct.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: correct.c,v 1.3 1997/10/29 07:32:28 charnier Exp $"; + "$Id: correct.c,v 1.1.1.1.8.1 1997/11/07 07:42:10 charnier Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/master.c b/usr.sbin/timed/timed/master.c index c29cf042f7d1..a490988d98e6 100644 --- a/usr.sbin/timed/timed/master.c +++ b/usr.sbin/timed/timed/master.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)master.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: master.c,v 1.2.2.1 1997/11/07 07:42:12 charnier Exp $"; + "$Id: master.c,v 1.2.2.2 1998/07/18 11:37:33 jkh Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 01844a49d6d5..93e0f0b2f8c9 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)measure.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: measure.c,v 1.5 1997/10/27 07:41:12 charnier Exp $"; + "$Id: measure.c,v 1.3.6.1 1997/11/07 07:42:13 charnier Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/networkdelta.c b/usr.sbin/timed/timed/networkdelta.c index f67642657fb4..5e84ab8b2494 100644 --- a/usr.sbin/timed/timed/networkdelta.c +++ b/usr.sbin/timed/timed/networkdelta.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)networkdelta.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: networkdelta.c,v 1.2 1997/10/22 06:19:48 charnier Exp $"; + "$Id: networkdelta.c,v 1.1.1.1.8.1 1997/11/07 07:42:14 charnier Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c index 094e0ff643a3..4d30e3755d97 100644 --- a/usr.sbin/timed/timed/readmsg.c +++ b/usr.sbin/timed/timed/readmsg.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)readmsg.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: readmsg.c,v 1.1.1.1.8.1 1997/11/07 07:42:15 charnier Exp $"; + "$Id: readmsg.c,v 1.1.1.1.8.2 1998/07/18 11:37:36 jkh Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/slave.c b/usr.sbin/timed/timed/slave.c index c35289f40192..31a193917280 100644 --- a/usr.sbin/timed/timed/slave.c +++ b/usr.sbin/timed/timed/slave.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)slave.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: slave.c,v 1.2.2.1 1997/11/07 07:42:16 charnier Exp $"; + "$Id: slave.c,v 1.2.2.2 1998/07/18 11:37:38 jkh Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index d9f25d6b7a2f..fccf6883758f 100644 --- a/usr.sbin/timed/timed/timed.c +++ b/usr.sbin/timed/timed/timed.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)timed.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: timed.c,v 1.2.6.4 1998/03/09 14:46:15 jkh Exp $"; + "$Id: timed.c,v 1.2.6.5 1998/07/18 11:37:41 jkh Exp $"; #endif /* not lint */ #define TSPTYPES diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index 14a151d897d6..2985c9eff168 100644 --- a/usr.sbin/timed/timedc/cmds.c +++ b/usr.sbin/timed/timedc/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cmds.c,v 1.5 1997/10/31 12:33:14 charnier Exp $"; + "$Id: cmds.c,v 1.2.8.1 1997/11/07 07:42:32 charnier Exp $"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/timed/timedc/cmdtab.c b/usr.sbin/timed/timedc/cmdtab.c index 0e03f0d22ca5..bbab648b6d8a 100644 --- a/usr.sbin/timed/timedc/cmdtab.c +++ b/usr.sbin/timed/timedc/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cmdtab.c,v 1.2 1997/10/22 06:20:04 charnier Exp $"; + "$Id: cmdtab.c,v 1.1.1.1.8.1 1997/11/07 07:42:35 charnier Exp $"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index 3b6747229bcc..33b80dad6cd0 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)timedc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: timedc.c,v 1.2 1997/10/22 06:20:04 charnier Exp $"; + "$Id: timedc.c,v 1.1.1.1.8.1 1997/11/07 07:42:38 charnier Exp $"; #endif /* not lint */ #include "timedc.h" |
