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/database.c | |
parent | 9b7aa79a65523d127329ad649d51ca91a079e143 (diff) |
clear out some more legacy code and whatnot
Diffstat (limited to 'usr.sbin/cron/database.c')
-rw-r--r-- | usr.sbin/cron/database.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/cron/database.c b/usr.sbin/cron/database.c index b5820c34690..3ac199f72bc 100644 --- a/usr.sbin/cron/database.c +++ b/usr.sbin/cron/database.c @@ -1,4 +1,4 @@ -/* $OpenBSD: database.c,v 1.25 2015/02/09 22:35:08 deraadt Exp $ */ +/* $OpenBSD: database.c,v 1.26 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,9 +17,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* vix 26jan87 [RCS has the log] - */ - #include "cron.h" #define HASH(a,b) ((a)+(b)) |