summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2005-10-18 13:57:17 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2005-10-18 13:57:17 +0000
commitb7556c8b32858a4197c8ddad868aaa8213071fb4 (patch)
treea2e9dc7c15a34d82dfefef6f4ec567c41fb24bc1 /patches
parent0884c8eeff49a6f61b2bed12096e0528080f7eb6 (diff)
downloadptxdist-b7556c8b32858a4197c8ddad868aaa8213071fb4.tar.gz
ptxdist-b7556c8b32858a4197c8ddad868aaa8213071fb4.tar.xz
removed. This patch breaks gcc3 on at least arm and powerpc
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3236 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/busybox-1.00/generic/busybox-1.00-gcc4x.diff41
1 files changed, 0 insertions, 41 deletions
diff --git a/patches/busybox-1.00/generic/busybox-1.00-gcc4x.diff b/patches/busybox-1.00/generic/busybox-1.00-gcc4x.diff
deleted file mode 100644
index 7fee02ded..000000000
--- a/patches/busybox-1.00/generic/busybox-1.00-gcc4x.diff
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# Submitted-By: Benedikt Spranger, 2005-09-17
-# Committed-By: Robert Schwebel
-#
-# Error:
-#
-#
-#
-# Description:
-#
-# Make gcc 4.x happy.
-#
-# State:
-#
-# unknown
-#
-
-diff -ruN busybox-1.00.orig/archival/gzip.c busybox-1.00/archival/gzip.c
---- busybox-1.00.orig/archival/gzip.c 2004-04-14 19:51:08.000000000 +0200
-+++ busybox-1.00/archival/gzip.c 2005-09-15 15:47:31.039172143 +0200
-@@ -1640,7 +1640,7 @@
- static void build_tree(tree_desc * desc);
- static void scan_tree(ct_data * tree, int max_code);
- static void send_tree(ct_data * tree, int max_code);
--static int build_bl_tree(void);
-+static const int build_bl_tree(void);
- static void send_all_trees(int lcodes, int dcodes, int blcodes);
- static void compress_block(ct_data * ltree, ct_data * dtree);
- static void set_file_type(void);
-diff -ruN busybox-1.00.orig/networking/ifupdown.c busybox-1.00/networking/ifupdown.c
---- busybox-1.00.orig/networking/ifupdown.c 2004-09-14 19:24:58.000000000 +0200
-+++ busybox-1.00/networking/ifupdown.c 2005-09-15 15:48:36.452394277 +0200
-@@ -150,7 +150,7 @@
-
- static char no_act = 0;
- static char verbose = 0;
--static char **environ = NULL;
-+char **environ = NULL;
-
- #ifdef CONFIG_FEATURE_IFUPDOWN_IP
-