From: Thibault Godouet Date: Thu, 16 Nov 2000 17:58:50 +0000 (+0000) Subject: removed unused declaration of daemon_uid X-Git-Tag: ver2_9_4~498 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a7c7ebd4163e6cb2c93a820517730ba6922e43;p=thirdparty%2Ffcron.git removed unused declaration of daemon_uid --- diff --git a/fcron.h b/fcron.h index 1b79452..0b60563 100644 --- a/fcron.h +++ b/fcron.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.h,v 1.13 2000-10-05 15:01:23 thib Exp $ */ + /* $Id: fcron.h,v 1.14 2000-11-16 17:58:50 thib Exp $ */ #ifndef __FCRONH__ #define __FCRONH__ @@ -59,7 +59,6 @@ extern time_t now; extern char debug_opt; extern char foreground; extern char *cdir; -extern int daemon_uid; extern pid_t daemon_pid; extern char *prog_name; extern char sig_hup;