diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /usr.sbin/timed | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
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 766505c39cb0..c5186dcfd56e 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.2 1997/10/22 06:19:48 charnier Exp $"; + "$Id: acksend.c,v 1.3 1997/10/29 07:32:27 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 3a6ef02d535a..05017989ffe9 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$"; + "$Id: byteorder.c,v 1.3 1997/10/22 06:19:48 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 b64f296cbd8a..93f998ed0441 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.3 1997/10/22 06:19:48 charnier Exp $"; + "$Id: candidate.c,v 1.4 1997/10/29 07:32:27 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 14cbf52a6145..c942271311ca 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$"; + "$Id: cksum.c,v 1.2 1997/10/22 06:19:48 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 f28d103be2ac..a0637080887c 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.2 1997/10/22 06:19:48 charnier Exp $"; + "$Id: correct.c,v 1.3 1997/10/29 07:32:28 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 c6b399b48dbf..fa4794936d07 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.4 1997/10/29 07:32:28 charnier Exp $"; + "$Id: master.c,v 1.5 1998/06/29 18:09:59 bde Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 0882d5e49cbc..01844a49d6d5 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.4 1997/10/22 06:19:48 charnier Exp $"; + "$Id: measure.c,v 1.5 1997/10/27 07:41:12 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 aeb4a5154e7e..f67642657fb4 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$"; + "$Id: networkdelta.c,v 1.2 1997/10/22 06:19:48 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 6ea691069b0a..157b37a413d2 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.3 1997/10/29 07:32:29 charnier Exp $"; + "$Id: readmsg.c,v 1.4 1998/06/29 18:09:59 bde Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/slave.c b/usr.sbin/timed/timed/slave.c index 82551f6b6dd6..2538f3dfcd68 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.5 1997/10/31 12:33:06 charnier Exp $"; + "$Id: slave.c,v 1.6 1998/06/29 18:09:59 bde Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index 7fa1c11a2148..6836650e4215 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.7 1997/10/31 12:33:06 charnier Exp $"; + "$Id: timed.c,v 1.8 1998/06/29 18:12:08 bde Exp $"; #endif /* not lint */ #define TSPTYPES diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index 2c978082115b..14a151d897d6 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.4 1997/10/29 07:35:27 charnier Exp $"; + "$Id: cmds.c,v 1.5 1997/10/31 12:33:14 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 85b4bee2ae4e..0e03f0d22ca5 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$"; + "$Id: cmdtab.c,v 1.2 1997/10/22 06:20:04 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 4187f618cad8..3b6747229bcc 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$"; + "$Id: timedc.c,v 1.2 1997/10/22 06:20:04 charnier Exp $"; #endif /* not lint */ #include "timedc.h" |
