diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-01-23 01:01:07 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-01-23 01:01:07 +0000 |
commit | dee4cfd2ce2f0d15341a46a86df24b241ff196c0 (patch) | |
tree | 0050abf37c5723a7c6e4db4c5dcf3007ada4d079 /usr.sbin/cron/funcs.h | |
parent | 9d56a54c53e758000592659ceca2a9a5ee012619 (diff) |
remove debug code.
I think the level of debug code in cron is excessive for a program
that has reached feature complete. If cron needs to provide more
information to the user about its operational status, I think syslog
would be more appropriate. (The debug flags also disable forking
into the background, so they aren't even that useful for debugging a
live system.)
ok deraadt millert
Diffstat (limited to 'usr.sbin/cron/funcs.h')
-rw-r--r-- | usr.sbin/cron/funcs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cron/funcs.h b/usr.sbin/cron/funcs.h index 19550df7e4a..bd8adc42ae2 100644 --- a/usr.sbin/cron/funcs.h +++ b/usr.sbin/cron/funcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: funcs.h,v 1.15 2013/04/17 15:58:45 deraadt Exp $ */ +/* $OpenBSD: funcs.h,v 1.16 2015/01/23 01:01:06 tedu Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -43,7 +43,6 @@ void set_cron_uid(void), atrun(at_db *, double, time_t); int job_runqueue(void), - set_debug_flags(const char *), get_char(FILE *), get_string(char *, int, FILE *, char *), swap_gids(void), |