summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron.h
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-10-06 14:58:37 +0000
committertedu <tedu@openbsd.org>2015-10-06 14:58:37 +0000
commit11834cabf71f16f8c49b8708a94f9ee816d69287 (patch)
tree08e04c407b3d3b4bc25942d140e248244d2af1a6 /usr.sbin/cron/cron.h
parentRework the tame cmsg handler to make it work both ways. While on recv one (diff)
downloadwireguard-openbsd-11834cabf71f16f8c49b8708a94f9ee816d69287.tar.xz
wireguard-openbsd-11834cabf71f16f8c49b8708a94f9ee816d69287.zip
clear out some more legacy code and whatnot
Diffstat (limited to 'usr.sbin/cron/cron.h')
-rw-r--r--usr.sbin/cron/cron.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/cron/cron.h b/usr.sbin/cron/cron.h
index 1b8546ed796..695470ce877 100644
--- a/usr.sbin/cron/cron.h
+++ b/usr.sbin/cron/cron.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cron.h,v 1.10 2015/02/09 22:35:08 deraadt Exp $ */
+/* $OpenBSD: cron.h,v 1.11 2015/10/06 14:58:37 tedu Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
@@ -17,13 +17,6 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* cron.h - header for vixie's cron
- *
- * vix 14nov88 [rest of log is in RCS]
- * vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley]
- * vix 30dec86 [written]
- */
-
#define CRON_VERSION "V5.0"
#include "config.h"
#include "externs.h"