summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/cron.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-02-17 18:40:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-02-17 18:40:12 +0000
commit16928aa0b6ec9a54be1fd7bbf6a14f532146c8e6 (patch)
tree059cc3f694e01a9773034e94b157c75d1ef632d9 /usr.sbin/cron/cron.h
parent480fccaf5f966d585bf131b039db7e5babe68706 (diff)
Add a -n flag and version string; from vixie
Diffstat (limited to 'usr.sbin/cron/cron.h')
-rw-r--r--usr.sbin/cron/cron.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron.h b/usr.sbin/cron/cron.h
index 987b6c993a5..9ea292831a0 100644
--- a/usr.sbin/cron/cron.h
+++ b/usr.sbin/cron/cron.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cron.h,v 1.7 2002/07/08 23:42:17 millert Exp $ */
+/* $OpenBSD: cron.h,v 1.8 2003/02/17 18:40:11 millert Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
@@ -28,6 +28,7 @@
* vix 30dec86 [written]
*/
+#define CRON_VERSION "V5.0"
#include "config.h"
#include "externs.h"
#include "pathnames.h"