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

Diff for /src/usr.bin/tmux/client.c between version 1.2 and 1.3

version 1.2, 2009/06/05 07:15:58 version 1.3, 2009/06/25 22:09:20
Line 142 
Line 142 
         logfile("client");          logfile("client");
   
         error = NULL;          error = NULL;
         xtimeout = INFTIM;  
         while (!sigterm) {          while (!sigterm) {
                 if (sigchld) {                  if (sigchld) {
                         waitpid(WAIT_ANY, NULL, WNOHANG);                          waitpid(WAIT_ANY, NULL, WNOHANG);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3