]> granicus.if.org Git - fcron/commitdiff
FNAME_LEN replaced by PATH_LEN
authorthib <thib>
Sun, 25 Aug 2002 17:09:33 +0000 (17:09 +0000)
committerthib <thib>
Sun, 25 Aug 2002 17:09:33 +0000 (17:09 +0000)
fcronsighup.c

index 20329ad8aa53d32c6a0e294eeb2a6d5fc4f12137..116b8c964f0aaf1122e5c6ac0dd3fbdbfe2bd49d 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcronsighup.c,v 1.4 2002-02-25 18:37:36 thib Exp $ */
+ /* $Id: fcronsighup.c,v 1.5 2002-08-25 17:09:33 thib Exp $ */
 
 #include "global.h"
 
@@ -30,7 +30,7 @@
 #include "subs.h"
 #include "allow.h"
 
-char rcs_info[] = "$Id: fcronsighup.c,v 1.4 2002-02-25 18:37:36 thib Exp $";
+char rcs_info[] = "$Id: fcronsighup.c,v 1.5 2002-08-25 17:09:33 thib Exp $";
 
 void usage(void);
 void sig_daemon(void);
@@ -105,7 +105,7 @@ sig_daemon(void)
        int     fd = 0;
        struct tm *tm = NULL;
        char sigfile[PATH_LEN];
-       char buf[FNAME_LEN];
+       char buf[PATH_LEN];
 
        t = time(NULL);
        tm = localtime(&t);