From: thib Date: Fri, 12 Sep 2003 21:34:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e93c101f2faf1cc0cba8ad3a54d4e43a8a252ee;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index a4f2ef0..7b905a5 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes @@ -42,7 +42,7 @@ A copy of the license is included in gfdl.sgml. (could->couldn't) - added a fcronsighup.h and a convert-fcrontab.h (required to compile with the generic rule to make .o files on some systems). + fixed compile on SunOS 5.9 . added some $srcdir to be able (again ;) ) to run configure from another directory. diff --git a/fcrondyn.c b/fcrondyn.c index 69532dd..267df71 100644 --- a/fcrondyn.c +++ b/fcrondyn.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrondyn.c,v 1.9 2003-09-12 20:53:34 thib Exp $ */ + /* $Id: fcrondyn.c,v 1.10 2003-09-12 21:34:55 thib Exp $ */ /* fcrondyn : interact dynamically with running fcron process : * - list jobs, with their status, next time of execution, etc @@ -34,9 +34,8 @@ #include "fcrondyn.h" #include "allow.h" #include "read_string.h" -#include "getloadavg.h" -char rcs_info[] = "$Id: fcrondyn.c,v 1.9 2003-09-12 20:53:34 thib Exp $"; +char rcs_info[] = "$Id: fcrondyn.c,v 1.10 2003-09-12 21:34:55 thib Exp $"; void info(void); void usage(void);