Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25707
b: refs/heads/master
c: 20ac943
h: refs/heads/master
i:
  25705: 49e33c7
  25703: b639940
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Apr 13, 2006
1 parent a227d69 commit a1106c5
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: 907d91d708d9999bec0185d630062576ac4181a7
refs/heads/master: 20ac94378de59d61dc39f10ed5530485e4ac8c07
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 a1106c5

Please sign in to comment.