]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.7-kill-warnings.patch
- moving config-* fixed.
[packages/kernel.git] / 2.6.7-kill-warnings.patch
1 --- linux-2.6.7/kernel/signal.c.orig    2004-07-07 16:32:08.000000000 +0200
2 +++ linux-2.6.7/kernel/signal.c 2004-07-07 18:14:39.978062528 +0200
3 @@ -1071,7 +1071,7 @@
4  
5  int __kill_pg_info(int sig, struct siginfo *info, pid_t pgrp)
6  {
7 -       struct task_struct *p;
8 +       struct task_struct *p = NULL;
9         struct list_head *l;
10         struct pid *pid;
11         int retval, success;
This page took 0.046621 seconds and 3 git commands to generate.