summaryrefslogtreecommitdiff
path: root/usr.sbin/timed/timedc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/timed/timedc')
-rw-r--r--usr.sbin/timed/timedc/Makefile2
-rw-r--r--usr.sbin/timed/timedc/cmds.c4
-rw-r--r--usr.sbin/timed/timedc/cmdtab.c2
-rw-r--r--usr.sbin/timed/timedc/timedc-extern.h2
-rw-r--r--usr.sbin/timed/timedc/timedc.c4
-rw-r--r--usr.sbin/timed/timedc/timedc.h2
6 files changed, 14 insertions, 2 deletions
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index ccc6f8fc36a..f48782a30b4 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -1,3 +1,5 @@
+# $Id: Makefile,v 1.4 2001/04/07 20:02:09 ho Exp $
+#
# @(#)Makefile 5.4 (Berkeley) 5/11/93
PROG= timedc
diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c
index 8e4e198a401..c339675b6d2 100644
--- a/usr.sbin/timed/timedc/cmds.c
+++ b/usr.sbin/timed/timedc/cmds.c
@@ -1,3 +1,5 @@
+/* $Id: cmds.c,v 1.10 2001/04/07 20:02:09 ho Exp $ */
+
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
* All rights reserved.
@@ -36,7 +38,7 @@ static char sccsid[] = "@(#)cmds.c 5.1 (Berkeley) 5/11/93";
#endif /* not lint */
#ifdef sgi
-#ident "$Revision: 1.9 $"
+#ident "$Revision: 1.10 $"
#endif
#include "timedc.h"
diff --git a/usr.sbin/timed/timedc/cmdtab.c b/usr.sbin/timed/timedc/cmdtab.c
index d89f4446ac3..d36ff2810a4 100644
--- a/usr.sbin/timed/timedc/cmdtab.c
+++ b/usr.sbin/timed/timedc/cmdtab.c
@@ -1,3 +1,5 @@
+/* $Id: cmdtab.c,v 1.2 2001/04/07 20:02:09 ho Exp $ */
+
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
diff --git a/usr.sbin/timed/timedc/timedc-extern.h b/usr.sbin/timed/timedc/timedc-extern.h
index 81a45c8ddac..448a01f16f4 100644
--- a/usr.sbin/timed/timedc/timedc-extern.h
+++ b/usr.sbin/timed/timedc/timedc-extern.h
@@ -1,3 +1,5 @@
+/* $Id: timedc-extern.h,v 1.2 2001/04/07 20:02:09 ho Exp $ */
+
/*-
* Copyright (c) 1993 The Regents of the University of California.
* All rights reserved.
diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c
index b1362416cf1..06c1a77b348 100644
--- a/usr.sbin/timed/timedc/timedc.c
+++ b/usr.sbin/timed/timedc/timedc.c
@@ -1,3 +1,5 @@
+/* $Id: timedc.c,v 1.4 2001/04/07 20:02:09 ho Exp $ */
+
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
* All rights reserved.
@@ -42,7 +44,7 @@ static char sccsid[] = "@(#)timedc.c 5.1 (Berkeley) 5/11/93";
#endif /* not lint */
#ifdef sgi
-#ident "$Revision: 1.3 $"
+#ident "$Revision: 1.4 $"
#endif
#include "timedc.h"
diff --git a/usr.sbin/timed/timedc/timedc.h b/usr.sbin/timed/timedc/timedc.h
index 971467f46da..fd9e20ebb36 100644
--- a/usr.sbin/timed/timedc/timedc.h
+++ b/usr.sbin/timed/timedc/timedc.h
@@ -1,3 +1,5 @@
+/* $Id: timedc.h,v 1.2 2001/04/07 20:02:09 ho Exp $ */
+
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
* All rights reserved.