fixed a breakage introduced by the uclibc-snapshot version
[kvm-coreboot.git] / packages / kernel / patches / sigcontext.h.patch
blob9d5b4671c4ba85cbae14af855cf82712e33fb1eb
1 --- linux-2.6.22.2/include/asm-i386/sigcontext.h.orig 2008-08-28 07:52:30.000000000 +0300
2 +++ linux-2.6.22.2/include/asm-i386/sigcontext.h 2008-08-28 07:49:52.000000000 +0300
3 @@ -76,7 +76,7 @@
4 unsigned long eflags;
5 unsigned long esp_at_signal;
6 unsigned short ss, __ssh;
7 - struct _fpstate __user * fpstate;
8 + struct _fpstate * fpstate;
9 unsigned long oldmask;
10 unsigned long cr2;