patch-2.4.0-test8 linux/drivers/char/rocket.c
Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/pcxx.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Sep 3 11:43:18 2000
- Orig file:
v2.4.0-test7/linux/drivers/char/rocket.c
- Orig date:
Mon Jul 10 16:47:22 2000
diff -u --recursive --new-file v2.4.0-test7/linux/drivers/char/rocket.c linux/drivers/char/rocket.c
@@ -218,7 +218,7 @@
static inline int signal_pending(struct task_struct *p)
{
- return (p->signal & (~p->blocked != 0));
+ return (p->signal & ~p->blocked) != 0;
}
#else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)