Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64127 Details for
Bug 100025
apache-2.0.54 fails to build with gcc-2.95.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
apache-2.0.54-gcc2.patch
apache-2.0.54-gcc2.patch (text/plain), 696 bytes, created by
Martin Schlemmer (RETIRED)
on 2005-07-23 06:40:23 UTC
(
hide
)
Description:
apache-2.0.54-gcc2.patch
Filename:
MIME Type:
Creator:
Martin Schlemmer (RETIRED)
Created:
2005-07-23 06:40:23 UTC
Size:
696 bytes
patch
obsolete
>--- httpd-2.0.54/modules/mappers/mod_dir.c 2005-07-01 18:38:31 +0200 >+++ httpd-2.0.54.az/modules/mappers/mod_dir.c 2005-07-01 18:39:39 +0200 >@@ -158,6 +158,9 @@ > int num_names; > int error_notfound = 0; > >+ /* Merge index_names and index_names_incr */ >+ apr_array_header_t *index_names; >+ > /* only handle requests against directories */ > if (r->finfo.filetype != APR_DIR) { > return DECLINED; >@@ -212,9 +215,6 @@ > return DECLINED; > } > >- /* Merge index_names and index_names_incr */ >- apr_array_header_t *index_names; >- > if (d->index_names) { > if (d->index_names_incr) { > index_names = apr_array_append(r->pool, d->index_names, d->index_names_incr);
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 100025
: 64127