From: Thibault Godouet Date: Fri, 12 Sep 2003 20:49:12 +0000 (+0000) Subject: added fcronsighup.h X-Git-Tag: ver2_9_4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8f5b97485332e8ab102483efdf7779d66a7b89;p=thirdparty%2Ffcron.git added fcronsighup.h --- diff --git a/fcronsighup.c b/fcronsighup.c index 116b8c9..c0622e1 100644 --- a/fcronsighup.c +++ b/fcronsighup.c @@ -21,16 +21,13 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcronsighup.c,v 1.5 2002-08-25 17:09:33 thib Exp $ */ + /* $Id: fcronsighup.c,v 1.6 2003-09-12 20:49:12 thib Exp $ */ +#include "fcronsighup.h" #include "global.h" - -/* log.c */ -#include "log.h" -#include "subs.h" #include "allow.h" -char rcs_info[] = "$Id: fcronsighup.c,v 1.5 2002-08-25 17:09:33 thib Exp $"; +char rcs_info[] = "$Id: fcronsighup.c,v 1.6 2003-09-12 20:49:12 thib Exp $"; void usage(void); void sig_daemon(void);