Re: [PATHC] remove redundant variable in sys_prctl

2005-08-09 Thread Jesper Juhl
On 8/9/05, Jesper Juhl <[EMAIL PROTECTED]> wrote: > The `sig' variable in kernel/sys.c::sys_prctl() is completely > redundant, we might as well get rid of it. > Patch below for review (also attached since gmail's webmail interface > will most certainly mangle the inline one). > > Signed-off-by: Je

[PATHC] remove redundant variable in sys_prctl

2005-08-09 Thread Jesper Juhl
The `sig' variable in kernel/sys.c::sys_prctl() is completely redundant, we might as well get rid of it. Patch below for review (also attached since gmail's webmail interface will most certainly mangle the inline one). Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- --- linux-2.6.13-rc6/kerne