Difference for server/swap.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_swap_c =   * static char *rcsid_swap_c =
  *    "$Id: swap.c,v 1.10 2002/09/28 07:19:40 mwedel Exp $";   *    "$Id: swap.c,v 1.11 2002/11/13 04:57:32 garbled Exp $";
  */   */
   
 /*  /*
Line 32
 
Line 32
 #endif  #endif
 #include <object.h>  #include <object.h>
   
 #ifdef RECYCLE_TMP_MAPS  
 /* This writes out information on all the temporary maps.  It is called by  /* This writes out information on all the temporary maps.  It is called by
  * swap_map below.   * swap_map below.
  */   */
Line 67
 
Line 66
     }      }
     fclose(fp);      fclose(fp);
 }  }
 #endif  
   
 void read_map_log()   void read_map_log()
 {  {
Line 164
 
Line 162
  free_map(map,1);   free_map(map,1);
     }      }
   
 #ifdef RECYCLE_TMP_MAPS      if (settings.recycle_tmp_maps == TRUE)
     write_map_log();      write_map_log();
 #endif  
 }  }
   
 void check_active_maps() {  void check_active_maps() {


Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11

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