From: thib Date: Fri, 16 Jun 2000 11:51:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650e3e68e0948d05bf9c877b9fbaacdc320ebbc5;p=fcron *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index ed568d6..0e7983c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # fcron's Makefile ######## ############################ -# $Id: Makefile.in,v 1.14 2000-06-15 20:40:27 thib Exp $ +# $Id: Makefile.in,v 1.15 2000-06-16 11:53:27 thib Exp $ # ********************************************************* # # *** Begin of configurable stuffs ************************ # @@ -28,8 +28,8 @@ ETC=/etc/ # for each execution of each job. #OPTIM= -DDEBUG -g -DFOREGROUND #OPTIM= -DDEBUG -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes -OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes -#OPTIM= -O2 -Wall +#OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes +OPTIM= -O2 -Wall #OPTIM= -O3 -mcpu=i686 -Wall diff --git a/conf.c b/conf.c index ef7deff..202f685 100644 --- a/conf.c +++ b/conf.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.c,v 1.7 2000-06-15 20:10:11 thib Exp $ */ + /* $Id: conf.c,v 1.8 2000-06-16 11:51:11 thib Exp $ */ #include "fcron.h" @@ -501,7 +501,7 @@ delete_file(const char *user_name) * otherwise free all files */ { CF *file; - CF *prev_file=NULL; + CF *prev_file = NULL; CL *line; CL *cur_line; env_t *env = NULL;