Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25710
b: refs/heads/master
c: 0e5e24b
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 14, 2006
1 parent 1fe2e8a commit 98d795c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ace1d816a13ff42d4f41989862552032f9c19853
refs/heads/master: 0e5e24bf64b755a034d8294303bc61d8f40ebeaf
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@ static void __do_SAK(void *arg)
printk(KERN_NOTICE "SAK: killed process %d"
" (%s): fd#%d opened to the tty\n",
p->pid, p->comm, i);
send_sig(SIGKILL, p, 1);
force_sig(SIGKILL, p);
break;
}
}
Expand Down

0 comments on commit 98d795c

Please sign in to comment.