diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-06 14:58:38 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-06 14:58:38 +0000 |
commit | d98eff7001343dcb15ac19399f73f6e7df38478c (patch) | |
tree | 45c18e25b3f475cce2012f020d275bc4a77b33e4 /usr.sbin/cron/crontab.c | |
parent | 9b7aa79a65523d127329ad649d51ca91a079e143 (diff) |
clear out some more legacy code and whatnot
Diffstat (limited to 'usr.sbin/cron/crontab.c')
-rw-r--r-- | usr.sbin/cron/crontab.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c index 79c015e5519..18189d604a2 100644 --- a/usr.sbin/cron/crontab.c +++ b/usr.sbin/cron/crontab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crontab.c,v 1.71 2015/02/09 22:35:08 deraadt Exp $ */ +/* $OpenBSD: crontab.c,v 1.72 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,11 +17,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* crontab - install and manage per-user crontab files - * vix 02may87 [RCS has the rest of the log] - * vix 26jan87 [original] - */ - #include <err.h> #define MAIN_PROGRAM |