]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 17 May 2001 00:52:55 +0000 (00:52 +0000)
committerthib <thib>
Thu, 17 May 2001 00:52:55 +0000 (00:52 +0000)
fcrontab.h
fileconf.c
global.h

index 43662e33b077964ec8fa11ddf3fa0fe9dadfb398..2adf8bbb233473188d1e986e810dc1e46643233e 100644 (file)
@@ -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"
 
index 81c5066e9a238417748193e8a1ba1656aa6a435d..505c5776206ac8bc124a2661f15193cc68dd59bc 100644 (file)
@@ -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[] = {
index 917070e3d71f830454deb17864659f4504222292..f76dda8721971131ae8456324393599d7d5245d1 100644 (file)
--- 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 $ */
 
 
 /* 
 
 /* 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