aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule on x86_64  (Read 3705 times)

Guest

  • Guest
aMule on x86_64
« on: December 02, 2003, 01:31:17 PM »

Hi,

aMule saved servers.met almost every second here. This fixed it.

diff -pru aMule-1.2.0/src/otherfunctions.h aMule-1.2.0.fixed/src/otherfunctions.h
--- aMule-1.2.0/src/otherfunctions.h    2003-11-24 00:51:43.000000000 -0500
+++ aMule-1.2.0.fixed/src/otherfunctions.h      2003-12-02 13:15:26.000000000 -0500
@@ -119,7 +119,7 @@ __inline int CompareUnsigned(uint32 uSiz
        return 0;
 }
 
-inline long GetTickCount()
+inline uint32 GetTickCount()
 {
   struct timeval aika;
   gettimeofday(&aika,NULL);
diff -pru aMule-1.2.0/src/updownclient.h aMule-1.2.0.fixed/src/updownclient.h
--- aMule-1.2.0/src/updownclient.h      2003-11-24 02:57:05.000000000 -0500
+++ aMule-1.2.0.fixed/src/updownclient.h        2003-12-02 13:15:26.000000000 -0500
@@ -30,7 +30,6 @@
 class CPartFile;
 class CKnownFile;
 typedef unsigned char byte;
-extern inline long GetTickCount();
 
 
 // uploadstate
Logged

BigBob

  • aMule project creator.
  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 141
    • http://bigbob.fun.free.fr
Re: aMule on x86_64
« Reply #1 on: December 02, 2003, 05:02:29 PM »

Hi Guest  :wink:

First of all, many thanks for your contribution to aMule, i'm currently applying your patch, test and commit in cvs.

I'm glad to see a user running aMule on x86_64, how does it work ?

A++

PS : can you send me a mail (look on Home page, Contact -> Creteil) with your name or nick, then i can put Credit where it's due in Changelog ...
Logged
Creator of aMule & aStats projects