From fc8f5b97485332e8ab102483efdf7779d66a7b89 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Fri, 12 Sep 2003 20:49:12 +0000 Subject: [PATCH] added fcronsighup.h --- fcronsighup.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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); -- 2.47.3