Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56104 Details for
Bug 88880
mod_mono-1.0.6 fails on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_mono-1.0.6-r41167.diff
mod_mono-1.0.6-r41167.diff (text/plain), 1.13 KB, created by
Peter Johanson (RETIRED)
on 2005-04-12 10:46:27 UTC
(
hide
)
Description:
mod_mono-1.0.6-r41167.diff
Filename:
MIME Type:
Creator:
Peter Johanson (RETIRED)
Created:
2005-04-12 10:46:27 UTC
Size:
1.13 KB
patch
obsolete
>diff -aur mod_mono-1.0.6-orig/src/mod_mono.c mod_mono-1.0.6/src/mod_mono.c >--- mod_mono-1.0.6-orig/src/mod_mono.c 2005-02-06 00:36:44.000000000 -0500 >+++ mod_mono-1.0.6/src/mod_mono.c 2005-04-12 13:36:20.000000000 -0400 >@@ -186,9 +186,9 @@ > } > > static int >-write_data (apr_socket_t *sock, const void *str, int size) >+write_data (apr_socket_t *sock, const void *str, apr_size_t size) > { >- int prevsize = size; >+ apr_size_t prevsize = size; > > if (apr_socket_send (sock, str, &size) != APR_SUCCESS) > return -1; >@@ -214,7 +214,7 @@ > } > > static int >-read_data (apr_socket_t *sock, void *ptr, int size) >+read_data (apr_socket_t *sock, void *ptr, apr_size_t size) > { > if (apr_socket_recv (sock, ptr, &size) != APR_SUCCESS) > return -1; >@@ -223,7 +223,7 @@ > } > > static char * >-read_data_string (apr_pool_t *pool, apr_socket_t *sock, char **ptr, int *size) >+read_data_string (apr_pool_t *pool, apr_socket_t *sock, char **ptr, apr_size_t *size) > { > int l, count; > char *buf; >@@ -255,7 +255,7 @@ > static int > do_command (int command, apr_socket_t *sock, request_rec *r, int *result) > { >- int size; >+ apr_size_t size; > char *str; > char *str2; > int i;
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 88880
: 56104 |
56105
|
56109
|
56110