From b0ada3de6de987a63ff614a6f0096db5d2c0e8d2 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 29 Apr 2004 19:29:36 +0000 Subject: [PATCH] ported to HP-UX --- fileconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.40.0