]> granicus.if.org Git - fcron/commitdiff
added fcronsighup.h
authorthib <thib>
Fri, 12 Sep 2003 20:49:12 +0000 (20:49 +0000)
committerthib <thib>
Fri, 12 Sep 2003 20:49:12 +0000 (20:49 +0000)
fcronsighup.c

index 116b8c964f0aaf1122e5c6ac0dd3fbdbfe2bd49d..c0622e17b6e98f5eea7ae2edbfa91ebfd33106e9 100644 (file)
  *  `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);