From dee4cfd2ce2f0d15341a46a86df24b241ff196c0 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 23 Jan 2015 01:01:07 +0000 Subject: 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 --- usr.sbin/cron/funcs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/cron/funcs.h') 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), -- cgit v1.2.3