patch-2.1.111 linux/kernel/signal.c

Next file: linux/mm/mmap.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.110/linux/kernel/signal.c linux/kernel/signal.c
@@ -811,7 +811,7 @@
 		    || (k->sa.sa_handler == SIG_DFL
 			&& (sig == SIGCONT ||
 			    sig == SIGCHLD ||
-			    sig != SIGWINCH))) {
+			    sig == SIGWINCH))) {
 			/* So dequeue any that might be pending.
 			   XXX: process-wide signals? */
 			if (sig >= SIGRTMIN &&

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov