Displaying 1 result from an estimated 1 matches for "83a5172".
Did you mean:
  35172
  
2011 Jun 20
2
Re: Help compiling an older version of wine on 64 bit Fedora 14
...g into problems.
This is what I've done:
After downloading version 1.1.0 from sourceforge I saved the following as "winepatch.diff":
Code:
---
 loader/preloader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/loader/preloader.c b/loader/preloader.c
index 83a5172..2dc2872 100644
--- a/loader/preloader.c
+++ b/loader/preloader.c
@@ -519,7 +519,7 @@ static void set_auxiliary_values( ElfW(auxv_t) *av, const ElfW(auxv_t) *new_av,
     }
     else if (new_count < delete_count)  /* get rid of unused values */
     {
-        int len = (char *)(av + av_count +...