=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-pipe-pane.c,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/usr.bin/tmux/cmd-pipe-pane.c 2017/07/12 10:04:51 1.45 --- src/usr.bin/tmux/cmd-pipe-pane.c 2017/07/14 18:49:07 1.46 *************** *** 1,4 **** ! /* $OpenBSD: cmd-pipe-pane.c,v 1.45 2017/07/12 10:04:51 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-pipe-pane.c,v 1.46 2017/07/14 18:49:07 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 115,121 **** return (CMD_RETURN_ERROR); case 0: /* Child process. */ ! proc_clear_signals(server_proc); sigprocmask(SIG_SETMASK, &oldset, NULL); close(pipe_fd[0]); --- 115,121 ---- return (CMD_RETURN_ERROR); case 0: /* Child process. */ ! proc_clear_signals(server_proc, 1); sigprocmask(SIG_SETMASK, &oldset, NULL); close(pipe_fd[0]);