]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
removed unused declaration of daemon_uid
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 16 Nov 2000 17:58:50 +0000 (17:58 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 16 Nov 2000 17:58:50 +0000 (17:58 +0000)
fcron.h

diff --git a/fcron.h b/fcron.h
index 1b79452fcb1c26174a0e31a1cac7f690690bd6bb..0b60563edbc7fc3feda5dcef3cd940c2ad347452 100644 (file)
--- 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;