Difference for socket/loop.c from version 1.12 to 1.12.2.1


version 1.12 version 1.12.2.1
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_loop_c =   * static char *rcsid_loop_c =
  *    "$Id: loop.c,v 1.12 2001/04/07 03:57:05 michtoen Exp $";   *    "$Id: loop.c,v 1.12.2.1 2001/05/23 04:27:53 mwedel Exp $";
  */   */
   
 /*  /*
Line 389
 
Line 389
 #ifdef WATCHDOG  #ifdef WATCHDOG
  watchdog();   watchdog();
 #endif  #endif
    flush_old_maps();
  }   }
     while (select(socket_info.max_filedescriptor, &readfs, NULL, NULL, &Timeout)==0);      while (select(socket_info.max_filedescriptor, &readfs, NULL, NULL, &Timeout)==0);
   


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.12.2.1

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