patch-2.4.21 linux-2.4.21/include/asm-ia64/siginfo.h
Next file: linux-2.4.21/include/asm-ia64/sn/addrs.h
Previous file: linux-2.4.21/include/asm-ia64/scatterlist.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/asm-ia64/siginfo.h
-  Orig date: 
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-ia64/siginfo.h linux-2.4.21/include/asm-ia64/siginfo.h
@@ -266,8 +266,8 @@
 	if (from->si_code < 0)
 		memcpy(to, from, sizeof(siginfo_t));
 	else
-		/* _sigchld is currently the largest know union member */
-		memcpy(to, from, 3*sizeof(int) + sizeof(from->_sifields._sigchld));
+		/* _sigprof is currently the largest know union member */
+		memcpy(to, from, 4*sizeof(int) + sizeof(from->_sifields._sigprof));
 }
 
 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)