summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/job.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-02-20 20:38:08 +0000
committermillert <millert@openbsd.org>2003-02-20 20:38:08 +0000
commite134e629cd1e299296fd9725b6801def739e4470 (patch)
treece8b3a5892e67fb83e3f096176bb45053eae8987 /usr.sbin/cron/job.c
parentbad jmc, did not nroff? (diff)
downloadwireguard-openbsd-e134e629cd1e299296fd9725b6801def739e4470.tar.xz
wireguard-openbsd-e134e629cd1e299296fd9725b6801def739e4470.zip
Sync with ISC cron-current + my at(1) integration.
The at(1) code is now more tightly integrated into the cron codebase.
Diffstat (limited to 'usr.sbin/cron/job.c')
-rw-r--r--usr.sbin/cron/job.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/cron/job.c b/usr.sbin/cron/job.c
index 9e8a15fdb50..e5ddc7d9101 100644
--- a/usr.sbin/cron/job.c
+++ b/usr.sbin/cron/job.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: job.c,v 1.5 2002/07/11 20:15:40 millert Exp $ */
+/* $OpenBSD: job.c,v 1.6 2003/02/20 20:38:08 millert Exp $ */
+
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
*/
@@ -21,7 +22,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char const rcsid[] = "$OpenBSD: job.c,v 1.5 2002/07/11 20:15:40 millert Exp $";
+static char const rcsid[] = "$OpenBSD: job.c,v 1.6 2003/02/20 20:38:08 millert Exp $";
#endif
#include "cron.h"