summaryrefslogtreecommitdiff
path: root/packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch')
-rw-r--r--packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch71
1 files changed, 71 insertions, 0 deletions
diff --git a/packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch b/packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch
index e69de29bb2..4743863d6e 100644
--- a/packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch
+++ b/packages/nonworking/gnuboy/qtopiagnuboy-1.0.3/gcc3.patch
@@ -0,0 +1,71 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- gnuboy/gnuboy-1.0.3-qtopia2/loader.c~gcc3 2001-12-06 06:51:21.000000000 +0100
++++ gnuboy/gnuboy-1.0.3-qtopia2/loader.c 2003-12-07 21:29:56.000000000 +0100
+@@ -11,8 +11,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+
+-char *strdup();
+-
+ static int mbc_table[256] =
+ {
+ 0, 1, 1, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 3,
+--- gnuboy/gnuboy-1.0.3-qtopia2/main.c~gcc3 2001-09-24 02:17:56.000000000 +0200
++++ gnuboy/gnuboy-1.0.3-qtopia2/main.c 2003-12-07 21:29:56.000000000 +0100
+@@ -7,9 +7,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-
+-char *strdup();
+-
+ #include <stdarg.h>
+ #include <signal.h>
+
+--- gnuboy/gnuboy-1.0.3-qtopia2/rckeys.c~gcc3 2001-09-23 19:58:48.000000000 +0200
++++ gnuboy/gnuboy-1.0.3-qtopia2/rckeys.c 2003-12-07 21:29:56.000000000 +0100
+@@ -4,8 +4,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+
+-char *strdup();
+-
+ #include "defs.h"
+ #include "rc.h"
+ #include "input.h"
+--- gnuboy/gnuboy-1.0.3-qtopia2/rcvars.c~gcc3 2001-09-23 19:59:02.000000000 +0200
++++ gnuboy/gnuboy-1.0.3-qtopia2/rcvars.c 2003-12-07 21:29:56.000000000 +0100
+@@ -5,8 +5,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+
+-char *strdup();
+-
+ #include "defs.h"
+ #include "rc.h"
+
+--- gnuboy/gnuboy-1.0.3-qtopia2/path.c~gcc3 2001-09-23 19:58:42.000000000 +0200
++++ gnuboy/gnuboy-1.0.3-qtopia2/path.c 2003-12-07 21:29:56.000000000 +0100
+@@ -5,8 +5,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+
+-char *strdup();
+-
+ #ifdef ALT_PATH_SEP
+ #define SEP ';'
+ #else
+--- gnuboy/gnuboy-1.0.3-qtopia2/sys/oss/oss.c~gcc3 2001-09-23 20:01:10.000000000 +0200
++++ gnuboy/gnuboy-1.0.3-qtopia2/sys/oss/oss.c 2003-12-07 21:30:43.000000000 +0100
+@@ -2,7 +2,6 @@
+
+ #include <stdlib.h>
+ #include <string.h>
+-char *strdup();
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>