patch-2.3.16 linux/fs/binfmt_aout.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/autofs/init.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Aug 31 11:25:33 1999
-  Orig file: 
v2.3.15/linux/fs/binfmt_aout.c
-  Orig date: 
Tue Aug  3 10:18:39 1999
diff -u --recursive --new-file v2.3.15/linux/fs/binfmt_aout.c linux/fs/binfmt_aout.c
@@ -315,7 +315,7 @@
 	current->personality = PER_LINUX;
 
 #if defined(__sparc__) && !defined(__sparc_v9__)
-	memcpy(¤t->tss.core_exec, &ex, sizeof(struct exec));
+	memcpy(¤t->thread.core_exec, &ex, sizeof(struct exec));
 #endif
 
 	current->mm->end_code = ex.a_text +
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)