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

Diff for /src/usr.bin/ssh/monitor.c between version 1.56 and 1.57

version 1.56, 2004/05/09 01:19:27 version 1.57, 2004/05/11 19:01:43
Line 1300 
Line 1300 
         res = WIFEXITED(status) ? WEXITSTATUS(status) : 1;          res = WIFEXITED(status) ? WEXITSTATUS(status) : 1;
   
         /* Terminate process */          /* Terminate process */
         exit (res);          exit(res);
 }  }
   
 void  void

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57