From 528da90f02858b64c3577076f58e378448415c49 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 22 Jun 2001 21:07:16 +0000 Subject: [PATCH] Skip_blanks moved from fcrontab.h to global.h --- fcrontab.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fcrontab.h b/fcrontab.h index 2adf8bb..7fbe116 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.h,v 1.9 2001-05-17 00:52:55 thib Exp $ */ + /* $Id: fcrontab.h,v 1.11 2001-06-22 21:07:16 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ @@ -29,11 +29,6 @@ #include "global.h" -/* macros */ -#define Skip_blanks(ptr) \ - while((*ptr == ' ') || (*ptr == '\t')) \ - ptr++; - /* global variables */ extern char debug_opt; extern CF *file_base; @@ -44,8 +39,6 @@ extern uid_t fcrontab_uid; /* prototype definition */ -#include "log.h" -#include "subs.h" #include "allow.h" #include "fileconf.h" -- 2.40.0