]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bochs/bochs-2.1/compile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bochs / bochs-2.1 / compile.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- bochs-2.1/fpu/errors.c~compile      2003-11-01 19:36:19.000000000 +0100
7 +++ bochs-2.1/fpu/errors.c      2004-01-19 20:38:58.000000000 +0100
8 @@ -18,7 +18,7 @@
9   |    other processes using the emulator while swapping is in progress.      |
10   +---------------------------------------------------------------------------*/
11  
12 -#include <linux/signal.h>
13 +#include <signal.h>
14  #include <stdio.h>
15  
16  #include "fpu_emu.h"
17 --- bochs-2.1/fpu/fpu_entry.c~compile   2003-11-01 19:36:19.000000000 +0100
18 +++ bochs-2.1/fpu/fpu_entry.c   2004-01-19 20:41:02.000000000 +0100
19 @@ -31,7 +31,7 @@
20  #include "control_w.h"
21  #include "status_w.h"
22  
23 -#include <linux/signal.h>
24 +#include <signal.h>
25  
26  #define __BAD__ FPU_illegal   /* Illegal on an 80486, causes SIGILL */
27