[BACK]Return to ssh-agent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.118 and 1.119

version 1.118, 2004/05/08 00:21:31 version 1.119, 2004/06/14 01:44:39
Line 781 
Line 781 
 {  {
         u_int i, old_alloc, new_alloc;          u_int i, old_alloc, new_alloc;
   
         if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0)          set_nonblock(fd);
                 error("fcntl O_NONBLOCK: %s", strerror(errno));  
   
         if (fd > max_fd)          if (fd > max_fd)
                 max_fd = fd;                  max_fd = fd;

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119