diff options
author | 2015-10-06 14:58:37 +0000 | |
---|---|---|
committer | 2015-10-06 14:58:37 +0000 | |
commit | 11834cabf71f16f8c49b8708a94f9ee816d69287 (patch) | |
tree | 08e04c407b3d3b4bc25942d140e248244d2af1a6 /usr.sbin/cron/crontab.c | |
parent | Rework the tame cmsg handler to make it work both ways. While on recv one (diff) | |
download | wireguard-openbsd-11834cabf71f16f8c49b8708a94f9ee816d69287.tar.xz wireguard-openbsd-11834cabf71f16f8c49b8708a94f9ee816d69287.zip |
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 |