From c020f5f518714af603488c7d9e6cc72543fabc49 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 21 May 2006 18:28:13 +0000 Subject: New version of nohup that's much smaller, less paranoid, consistent, vaguely portable, and licensed GPLv2 "or later". --- miscutils/crond.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'miscutils') diff --git a/miscutils/crond.c b/miscutils/crond.c index 9b194d13a..030e962f3 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -283,21 +283,6 @@ int crond_main(int ac, char **av) bb_fflush_stdout_and_exit(EXIT_SUCCESS); /* not reached */ } -#if ENABLE_DEBUG_CROND_OPTION || ENABLE_FEATURE_CROND_CALL_SENDMAIL -/* - write to temp file.. -*/ -static void fdprintf(int fd, const char *ctl, ...) -{ - va_list va; - - va_start(va, ctl); - vdprintf(fd, ctl, va); - va_end(va); -} -#endif - - static int ChangeUser(const char *user) { struct passwd *pas; -- cgit v1.2.3