From 2cf3fce2b8fbc52ee550cebf6363a737950703a0 Mon Sep 17 00:00:00 2001 From: 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". git-svn-id: svn://busybox.net/trunk/busybox@15155 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- miscutils/crond.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'miscutils/crond.c') 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-55-g6feb