diff options
Diffstat (limited to 'ftp/downloader/files/patch-ab')
-rw-r--r-- | ftp/downloader/files/patch-ab | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/ftp/downloader/files/patch-ab b/ftp/downloader/files/patch-ab index ed077c445896..06c843e3db43 100644 --- a/ftp/downloader/files/patch-ab +++ b/ftp/downloader/files/patch-ab @@ -1,17 +1,8 @@ ---- speed.cc.orig Sun Oct 29 03:19:48 2000 -+++ speed.cc Sun Oct 29 03:20:05 2000 -@@ -25,8 +25,12 @@ - pthread_mutexattr_init(&ma); - #if !defined (__sparc__) && !defined(__mips__) - pthread_mutexattr_settype(&ma,MUTEX_TYPE_FAST); +--- signal.cc.orig Fri Dec 22 05:58:17 2000 ++++ signal.cc Fri Jan 5 21:22:24 2001 +@@ -116 +116 @@ -#elseif defined(__mips__) -- pthread_mutexattr_settype(&ma,MUTEX_TYPE_NORMAL); -+#else -+ -+#if defined(__mips__) -+ pthread_mutexattr_settype(&ma,MUTEX_TYPE_NORMAL); -+#endif -+ - #endif - pthread_mutex_init(&lock1,&ma); - pthread_mutexattr_destroy(&ma); ++#else if defined(__mips__) +@@ -119 +119 @@ +- pthread_mutex_init(&lock,&ma); ++ pthread_mutex_init(lock,&ma); |