summaryrefslogtreecommitdiff
path: root/dvz/dvz.c
diff options
context:
space:
mode:
Diffstat (limited to 'dvz/dvz.c')
-rw-r--r--dvz/dvz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dvz/dvz.c b/dvz/dvz.c
index 2d204bb05..88fe0860c 100644
--- a/dvz/dvz.c
+++ b/dvz/dvz.c
@@ -45,7 +45,7 @@ static void post_run_func (int pid) {
int err;
g_pid = pid;
-
+
my_pgid = getpgid(0);
if (my_pgid < 0) {
perror ("error with getpgid()");
@@ -62,8 +62,8 @@ static void post_run_func (int pid) {
// The zygote was unable to move this process into our pgid
// We have to forward signals
- int forward_signals[]
- = {SIGHUP, SIGINT, SIGTERM, SIGWINCH,
+ int forward_signals[]
+ = {SIGHUP, SIGINT, SIGTERM, SIGWINCH,
SIGTSTP, SIGTTIN, SIGTTOU, SIGCONT};
struct sigaction sa;