Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 26472 Details for
Bug 43097
sys-apps/baselayout-1.8.6.13-r1 doesn't build with gcc-2.95
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for rc-scripts to fix C-99 declaration.
rc-scripts-1.4.3.13p1-gcc2_fix.patch (text/plain), 443 bytes, created by
Tristan Henderson
on 2004-02-27 06:28:15 UTC
(
hide
)
Description:
Patch for rc-scripts to fix C-99 declaration.
Filename:
MIME Type:
Creator:
Tristan Henderson
Created:
2004-02-27 06:28:15 UTC
Size:
443 bytes
patch
obsolete
>diff -Naur rc-scripts-1.4.3.13p1.orig/src/runscript.c rc-scripts-1.4.3.13p1/src/runscript.c >--- rc-scripts-1.4.3.13p1.orig/src/runscript.c 2004-02-09 13:40:44.000000000 -0500 >+++ rc-scripts-1.4.3.13p1/src/runscript.c 2004-02-27 09:17:06.000000000 -0500 >@@ -16,9 +16,9 @@ > > int main(int argc, char **argv) { > char *myargs[32]; >+ void *lib_handle; > int new = 1; > myargs[0] = "runscript"; >- void *lib_handle; > > /* if (argc < 3) > exit(1);
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 43097
: 26472