[BACK]Return to cmd-pipe-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-pipe-pane.c between version 1.45 and 1.46

version 1.45, 2017/07/12 10:04:51 version 1.46, 2017/07/14 18:49:07
Line 115 
Line 115 
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
         case 0:          case 0:
                 /* Child process. */                  /* Child process. */
                 proc_clear_signals(server_proc);                  proc_clear_signals(server_proc, 1);
                 sigprocmask(SIG_SETMASK, &oldset, NULL);                  sigprocmask(SIG_SETMASK, &oldset, NULL);
                 close(pipe_fd[0]);                  close(pipe_fd[0]);
   

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46