* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcrontab.c,v 1.57 2002-07-19 19:33:14 thib Exp $ */
+ /* $Id: fcrontab.c,v 1.58 2002-08-22 21:32:12 thib Exp $ */
/*
* The goal of this program is simple : giving a user interface to fcron
#include "temp_file.h"
#include "read_string.h"
-char rcs_info[] = "$Id: fcrontab.c,v 1.57 2002-07-19 19:33:14 thib Exp $";
+char rcs_info[] = "$Id: fcrontab.c,v 1.58 2002-08-22 21:32:12 thib Exp $";
void info(void);
void usage(void);
char orig_dir[PATH_LEN];
CF *file_base = NULL;
-char buf[FNAME_LEN];
-char file[FNAME_LEN];
+char buf[PATH_LEN];
+char file[PATH_LEN];
/* needed by log part : */
char *prog_name = NULL;
if necessary */
{
char *cureditor = NULL;
- char editorcmd[FNAME_LEN];
+ char editorcmd[PATH_LEN];
pid_t pid;
int status;
struct stat st;