Commit 41b873ff authored by Pawel Sikora's avatar Pawel Sikora Committed by Linus Torvalds

[PATCH] signal.c: gcc-3.4 fix

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 63104fcc
......@@ -1109,7 +1109,7 @@ int group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
int __kill_pg_info(int sig, struct siginfo *info, pid_t pgrp)
{
struct task_struct *p;
struct task_struct *p = NULL;
int retval, success;
if (pgrp <= 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment