diff options
Diffstat (limited to 'usr.sbin/cron/lib')
-rw-r--r-- | usr.sbin/cron/lib/compat.c | 2 | ||||
-rw-r--r-- | usr.sbin/cron/lib/entry.c | 2 | ||||
-rw-r--r-- | usr.sbin/cron/lib/env.c | 2 | ||||
-rw-r--r-- | usr.sbin/cron/lib/misc.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/cron/lib/compat.c b/usr.sbin/cron/lib/compat.c index 2143bc45ac868..431a6c0344c5c 100644 --- a/usr.sbin/cron/lib/compat.c +++ b/usr.sbin/cron/lib/compat.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: compat.c,v 1.5 1997/02/22 16:05:03 peter Exp $"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] diff --git a/usr.sbin/cron/lib/entry.c b/usr.sbin/cron/lib/entry.c index b7dba59300123..c358d393847cd 100644 --- a/usr.sbin/cron/lib/entry.c +++ b/usr.sbin/cron/lib/entry.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: entry.c,v 1.7 1997/09/15 06:39:21 charnier Exp $"; + "$Id: entry.c,v 1.8 1997/11/02 17:22:20 ache Exp $"; #endif /* vix 26jan87 [RCS'd; rest of log is in RCS file] diff --git a/usr.sbin/cron/lib/env.c b/usr.sbin/cron/lib/env.c index d66e1a38b7c00..550e9ac906506 100644 --- a/usr.sbin/cron/lib/env.c +++ b/usr.sbin/cron/lib/env.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: env.c,v 1.5 1997/02/22 16:05:07 peter Exp $"; + "$Id: env.c,v 1.6 1997/09/15 06:39:23 charnier Exp $"; #endif diff --git a/usr.sbin/cron/lib/misc.c b/usr.sbin/cron/lib/misc.c index 3e03182688803..574876caf2045 100644 --- a/usr.sbin/cron/lib/misc.c +++ b/usr.sbin/cron/lib/misc.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: misc.c,v 1.6 1997/09/15 06:39:25 charnier Exp $"; + "$Id: misc.c,v 1.7 1999/01/16 01:51:03 danny Exp $"; #endif /* vix 26jan87 [RCS has the rest of the log] |