Difference for socket/init.c from version 1.26 to 1.27


version 1.26 version 1.27
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.26 2002/07/15 04:57:13 mwedel Exp $";   *    "$Id: init.c,v 1.27 2002/08/26 07:14:11 mwedel Exp $";
  */   */
   
 /*  /*
Line 74
 
Line 74
  if(ioctlsocket(ns->fd, FIONBIO , &temp) == -1)   if(ioctlsocket(ns->fd, FIONBIO , &temp) == -1)
  LOG(llevError,"InitConnection:  Error on ioctlsocket.\n");   LOG(llevError,"InitConnection:  Error on ioctlsocket.\n");
 #else   #else
     if (fcntl(ns->fd, F_SETFL, O_NDELAY)==-1) {      if (fcntl(ns->fd, F_SETFL, O_NONBLOCK)==-1) {
  LOG(llevError,"InitConnection:  Error on fcntl.\n");   LOG(llevError,"InitConnection:  Error on fcntl.\n");
     }      }
 #endif /* end win32 */  #endif /* end win32 */


Legend:
line(s) removed in v.1.26 
line(s) changed
 line(s) added in v.1.27

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