patch-2.3.16 linux/arch/sparc/kernel/sys_sparc.c
Next file: linux/arch/sparc/kernel/sys_sunos.c
Previous file: linux/arch/sparc/kernel/sun4setup.c
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Tue Aug 31 11:23:29 1999
-  Orig file: 
v2.3.15/linux/arch/sparc/kernel/sys_sparc.c
-  Orig date: 
Tue May 11 08:24:31 1999
diff -u --recursive --new-file v2.3.15/linux/arch/sparc/kernel/sys_sparc.c linux/arch/sparc/kernel/sys_sparc.c
@@ -1,4 +1,4 @@
-/* $Id: sys_sparc.c,v 1.52 1999/05/08 08:09:48 anton Exp $
+/* $Id: sys_sparc.c,v 1.53 1999/08/14 03:51:25 anton Exp $
  * linux/arch/sparc/kernel/sys_sparc.c
  *
  * This file contains various random system calls that
@@ -263,7 +263,7 @@
 	int ret;
 
 	if (sig < 0) {
-		current->tss.new_signal = 1;
+		current->thread.new_signal = 1;
 		sig = -sig;
 	}
 
@@ -313,7 +313,7 @@
 	/* All tasks which use RT signals (effectively) use
 	 * new style signals.
 	 */
-	current->tss.new_signal = 1;
+	current->thread.new_signal = 1;
 
 	if (act) {
 		new_ka.ka_restorer = restorer;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)