[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server.c between version 1.94 and 1.95

version 1.94, 2010/09/26 20:43:30 version 1.95, 2010/10/16 08:31:55
Line 98 
Line 98 
                 fatal("fcntl failed");                  fatal("fcntl failed");
         if (fcntl(fd, F_SETFL, mode|O_NONBLOCK) == -1)          if (fcntl(fd, F_SETFL, mode|O_NONBLOCK) == -1)
                 fatal("fcntl failed");                  fatal("fcntl failed");
         if (fcntl(fd, F_SETFD, FD_CLOEXEC) == -1)  
                 fatal("fcntl failed");  
   
         server_update_socket();          server_update_socket();
   

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95