Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24543
b: refs/heads/master
c: f96a795
h: refs/heads/master
i:
  24541: acedf86
  24539: bcff792
  24535: 8e25269
  24527: a789938
  24511: 1040a95
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Mar 29, 2006
1 parent 82cae5f commit e7ac259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c99c5cb94319a601b5ec5ee31c331f84755dd74
refs/heads/master: f96a795d4f6a8a13abe4b0d3c5d1c28ea8d7ce4b
4 changes: 2 additions & 2 deletions trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,8 @@ static void do_tty_hangup(void *data)
p->signal->tty = NULL;
if (!p->signal->leader)
continue;
send_group_sig_info(SIGHUP, SEND_SIG_PRIV, p);
send_group_sig_info(SIGCONT, SEND_SIG_PRIV, p);
group_send_sig_info(SIGHUP, SEND_SIG_PRIV, p);
group_send_sig_info(SIGCONT, SEND_SIG_PRIV, p);
if (tty->pgrp > 0)
p->signal->tty_old_pgrp = tty->pgrp;
} while_each_task_pid(tty->session, PIDTYPE_SID, p);
Expand Down

0 comments on commit e7ac259

Please sign in to comment.