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
-  Lines: 9
-  Date:
Thu Jul 23 17:34:28 1998
-  Orig file: 
v2.1.110/linux/kernel/signal.c
-  Orig date: 
Wed Jun 24 22:54:12 1998
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