/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.354 by kfstorm, Fri Mar 1 21:02:44 2002 UTC revision 1.355 by kfstorm, Sun Mar 3 00:31:22 2002 UTC
# Line 2037  NON-BLOCKING is optional arg requesting Line 2037  NON-BLOCKING is optional arg requesting
2037    
2038           This used to be conditioned by HAVE_GETADDRINFO.  Why?  */           This used to be conditioned by HAVE_GETADDRINFO.  Why?  */
2039    
2040        if (!is_non_blocking)        turn_on_atimers (0);
         turn_on_atimers (0);  
2041    
2042        ret = connect (s, lres->ai_addr, lres->ai_addrlen);        ret = connect (s, lres->ai_addr, lres->ai_addrlen);
2043        xerrno = errno;        xerrno = errno;
2044    
2045        if (!is_non_blocking)        turn_on_atimers (1);
         turn_on_atimers (1);  
2046    
2047        if (ret == 0 || xerrno == EISCONN)        if (ret == 0 || xerrno == EISCONN)
2048          {          {

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26