From: Thibault Godouet Date: Thu, 29 Apr 2004 19:29:36 +0000 (+0000) Subject: ported to HP-UX X-Git-Tag: ver2_9_5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=710c8cc0ec37169a4b4545b31f3f96b8d27373b2;p=thirdparty%2Ffcron.git ported to HP-UX --- diff --git a/fileconf.c b/fileconf.c index aea33fd..dc99d55 100644 --- a/fileconf.c +++ b/fileconf.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fileconf.c,v 1.72 2003-12-29 20:00:40 thib Exp $ */ + /* $Id: fileconf.c,v 1.73 2004-04-29 19:29:36 thib Exp $ */ #include "fcrontab.h" @@ -433,7 +433,7 @@ read_opt(char *ptr, cl_t *cl) /* read one or several options and fill in the field "option" */ { char opt_name[20]; - unsigned int i; + int i; char in_brackets; #define Handle_err \