]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Fri, 12 Sep 2003 21:34:55 +0000 (21:34 +0000)
committerthib <thib>
Fri, 12 Sep 2003 21:34:55 +0000 (21:34 +0000)
doc/en/changes.sgml
fcrondyn.c

index a4f2ef077bf1f16e63f609894c39ff37491eeb3c..7b905a54be0a88bd996454e60c7b8fbdb913f397 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -42,7 +42,7 @@ A copy of the license is included in gfdl.sgml.
            (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>
index 69532ddf39335b44883d58a3c9b893acc01ece74..267df71244effda96ca44a71d78814823727e935 100644 (file)
@@ -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);