]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / gnuboy / qtopiagnuboy-1.0.3 / gcc3.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- gnuboy/gnuboy-1.0.3-qtopia2/loader.c~gcc3   2001-12-06 06:51:21.000000000 +0100
7 +++ gnuboy/gnuboy-1.0.3-qtopia2/loader.c        2003-12-07 21:29:56.000000000 +0100
8 @@ -11,8 +11,6 @@
9  #include <stdlib.h>
10  #include <string.h>
11  
12 -char *strdup();
13 -
14  static int mbc_table[256] =
15  {
16         0, 1, 1, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 3,
17 --- gnuboy/gnuboy-1.0.3-qtopia2/main.c~gcc3     2001-09-24 02:17:56.000000000 +0200
18 +++ gnuboy/gnuboy-1.0.3-qtopia2/main.c  2003-12-07 21:29:56.000000000 +0100
19 @@ -7,9 +7,6 @@
20  #include <stdio.h>
21  #include <stdlib.h>
22  #include <string.h>
23 -
24 -char *strdup();
25 -
26  #include <stdarg.h>
27  #include <signal.h>
28  
29 --- gnuboy/gnuboy-1.0.3-qtopia2/rckeys.c~gcc3   2001-09-23 19:58:48.000000000 +0200
30 +++ gnuboy/gnuboy-1.0.3-qtopia2/rckeys.c        2003-12-07 21:29:56.000000000 +0100
31 @@ -4,8 +4,6 @@
32  #include <stdlib.h>
33  #include <string.h>
34  
35 -char *strdup();
36 -
37  #include "defs.h"
38  #include "rc.h"
39  #include "input.h"
40 --- gnuboy/gnuboy-1.0.3-qtopia2/rcvars.c~gcc3   2001-09-23 19:59:02.000000000 +0200
41 +++ gnuboy/gnuboy-1.0.3-qtopia2/rcvars.c        2003-12-07 21:29:56.000000000 +0100
42 @@ -5,8 +5,6 @@
43  #include <stdlib.h>
44  #include <string.h>
45  
46 -char *strdup();
47 -
48  #include "defs.h"
49  #include "rc.h"
50  
51 --- gnuboy/gnuboy-1.0.3-qtopia2/path.c~gcc3     2001-09-23 19:58:42.000000000 +0200
52 +++ gnuboy/gnuboy-1.0.3-qtopia2/path.c  2003-12-07 21:29:56.000000000 +0100
53 @@ -5,8 +5,6 @@
54  #include <stdlib.h>
55  #include <string.h>
56  
57 -char *strdup();
58 -
59  #ifdef ALT_PATH_SEP
60  #define SEP ';'
61  #else
62 --- gnuboy/gnuboy-1.0.3-qtopia2/sys/oss/oss.c~gcc3      2001-09-23 20:01:10.000000000 +0200
63 +++ gnuboy/gnuboy-1.0.3-qtopia2/sys/oss/oss.c   2003-12-07 21:30:43.000000000 +0100
64 @@ -2,7 +2,6 @@
65  
66  #include <stdlib.h>
67  #include <string.h>
68 -char *strdup();
69  #include <sys/types.h>
70  #include <sys/stat.h>
71  #include <fcntl.h>