Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60594 Details for
Bug 95002
busybox-1.00-r4 can't be compiled by gcc4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
GCC4 patch from upstream
gcc4.patch (text/plain), 915 bytes, created by
Mark Loeser (RETIRED)
on 2005-06-04 10:08:00 UTC
(
hide
)
Description:
GCC4 patch from upstream
Filename:
MIME Type:
Creator:
Mark Loeser (RETIRED)
Created:
2005-06-04 10:08:00 UTC
Size:
915 bytes
patch
obsolete
>diff -ur busybox-1.00-orig/archival/gzip.c busybox-1.00/archival/gzip.c >--- busybox-1.00-orig/archival/gzip.c 2005-06-03 22:57:34.000000000 -0400 >+++ busybox-1.00/archival/gzip.c 2005-06-03 23:00:10.000000000 -0400 >@@ -2162,7 +2162,7 @@ > * Construct the Huffman tree for the bit lengths and return the index in > * bl_order of the last bit length code to send. > */ >-static const int build_bl_tree() >+static int build_bl_tree() > { > int max_blindex; /* index of last bit length code of non zero freq */ > >diff -ur busybox-1.00-orig/networking/ifupdown.c busybox-1.00/networking/ifupdown.c >--- busybox-1.00-orig/networking/ifupdown.c 2005-06-03 23:09:25.000000000 -0400 >+++ busybox-1.00/networking/ifupdown.c 2005-06-03 23:09:50.000000000 -0400 >@@ -150,7 +150,9 @@ > > static char no_act = 0; > static char verbose = 0; >+#ifndef __USE_GNU > static char **environ = NULL; >+#endif > > #ifdef CONFIG_FEATURE_IFUPDOWN_IP >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 95002
:
60569
| 60594