From 29aa03d251564ed1a79622f52ed0d0e518d74dca Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 17 May 2001 00:52:55 +0000 Subject: [PATCH] *** empty log message *** --- fcrontab.h | 4 +++- fileconf.c | 6 +----- global.h | 6 +++++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/fcrontab.h b/fcrontab.h index 43662e3..2adf8bb 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.h,v 1.10 2001-05-17 00:57:24 thib Exp $ */ + /* $Id: fcrontab.h,v 1.9 2001-05-17 00:52:55 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ @@ -44,6 +44,8 @@ extern uid_t fcrontab_uid; /* prototype definition */ +#include "log.h" +#include "subs.h" #include "allow.h" #include "fileconf.h" diff --git a/fileconf.c b/fileconf.c index 81c5066..505c577 100644 --- a/fileconf.c +++ b/fileconf.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fileconf.c,v 1.44 2001-05-15 00:45:21 thib Exp $ */ + /* $Id: fileconf.c,v 1.45 2001-05-17 00:53:29 thib Exp $ */ #include "fcrontab.h" #include "fileconf.h" @@ -46,10 +46,6 @@ char need_correction; CL default_line; /* default options for a line */ char *file_name; int line; -extern char *user; -extern uid_t uid; -extern uid_t asuid; -extern uid_t fcrontab_uid; /* warning : all names must have the same length */ const char *dows_ary[] = { diff --git a/global.h b/global.h index 917070e..f76dda8 100644 --- a/global.h +++ b/global.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: global.h,v 1.25 2001-05-15 00:45:55 thib Exp $ */ + /* $Id: global.h,v 1.26 2001-05-17 00:57:26 thib Exp $ */ /* @@ -99,6 +99,10 @@ /* constants for fcrontabs needed to load and save the fcrontabs to disk */ #include "save.h" +/* log part */ +#include "log.h" +/* functions used by both fcrontab and fcron */ +#include "subs.h" /* you should not change this (nor need to do it) */ #define ERR -1 -- 2.40.0