A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: changes.sgml,v 1.24 2003-09-12 20:56:04 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.25 2003-09-12 21:35:40 thib Exp $ -->
<sect1 id="changes">
<title>Changes</title>
(could->couldn't)</para>
</listitem>
<listitem>
- <para>added a fcronsighup.h and a convert-fcrontab.h (required to compile with the generic rule to make .o files on some systems).</para>
+ <para>fixed compile on SunOS 5.9 .</para>
</listitem>
<listitem>
<para>added some $srcdir to be able (again ;) ) to run configure from another directory.</para>
* `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
#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);