[patch] Returning value from void function (kernel/signal.c) (240t8p1)

2000-08-31 Thread Rasmus Andersen
Hi. I guess the threads stuff introduced this minor compile warning: signal.c: In function `handle_stop_signal': signal.c:367: warning: `return' with a value, in function returning void The following small patch fixes this: --- linux-240test8-pre1/kernel/signal.c Tue Aug 29 22:20:51 2000 +++

[patch] Returning value from void function (kernel/signal.c) (240t8p1)

2000-08-31 Thread Rasmus Andersen
Hi. I guess the threads stuff introduced this minor compile warning: signal.c: In function `handle_stop_signal': signal.c:367: warning: `return' with a value, in function returning void The following small patch fixes this: --- linux-240test8-pre1/kernel/signal.c Tue Aug 29 22:20:51 2000 +++