patch-2.1.1 linux/arch/i386/kernel/signal.c

Next file: linux/arch/i386/kernel/vm86.c
Previous file: linux/arch/i386/kernel/ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.0/linux/arch/i386/kernel/signal.c linux/arch/i386/kernel/signal.c
@@ -84,7 +84,7 @@
 if ((context.x & 0xfffc) && (context.x & 3) != 3) goto badframe; COPY(x);
 #define COPY_SEG_STRICT(x) \
 if (!(context.x & 0xfffc) || (context.x & 3) != 3) goto badframe; COPY(x);
-	struct sigcontext_struct context;
+	struct sigcontext context;
 	struct pt_regs * regs;
 
 	regs = (struct pt_regs *) &__unused;

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