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

Diff for /src/usr.bin/tmux/job.c between version 1.32 and 1.33

version 1.32, 2013/10/10 12:35:31 version 1.33, 2014/04/14 22:27:30
Line 60 
Line 60 
         switch (pid = fork()) {          switch (pid = fork()) {
         case -1:          case -1:
                 environ_free(&env);                  environ_free(&env);
                   close(out[0]);
                   close(out[1]);
                 return (NULL);                  return (NULL);
         case 0:         /* child */          case 0:         /* child */
                 clear_signals(1);                  clear_signals(1);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33