Difference for server/main.c from version 1.52 to 1.53


version 1.52 version 1.53
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.52 2001/12/04 03:49:18 michtoen Exp $";   *    "$Id: main.c,v 1.53 2001/12/18 08:58:03 garbled Exp $";
  */   */
   
 /*  /*
Line 29
 
Line 29
 #include <version.h>  #include <version.h>
 #include <global.h>  #include <global.h>
 #include <object.h>  #include <object.h>
   #include <tod.h>
   
 #ifdef HAVE_DES_H  #ifdef HAVE_DES_H
 #include <des.h>  #include <des.h>
Line 965
 
Line 966
     clean_tmp_map(m);      clean_tmp_map(m);
 #endif  #endif
   }    }
     write_todclock(); /* lets just write the clock here */
 }  }
   
 /* clean up everything before exiting */  /* clean up everything before exiting */
Line 1087
 
Line 1089
  * doing the various things.   * doing the various things.
  */   */
   
   extern unsigned long todtick;
   
 void do_specials() {  void do_specials() {
   
 #ifdef WATCHDOG  #ifdef WATCHDOG
Line 1094
 
Line 1098
  watchdog();   watchdog();
 #endif  #endif
   
       if (!(pticks % PTICKS_PER_CLOCK))
    tick_the_clock();
   
     if (!(pticks % 509))      if (!(pticks % 509))
  flush_old_maps();    /* Clears the tmp-files of maps which have reset */   flush_old_maps();    /* Clears the tmp-files of maps which have reset */
   


Legend:
line(s) removed in v.1.52 
line(s) changed
 line(s) added in v.1.53

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:36