[Pkg-amule-commits] [SCM] Git repository for pkg-amule branch, master, updated. debian/2.2.6+debian0-5-1-g404dea9

Giuseppe Iuculano iuculano at debian.org
Thu Jan 7 08:32:23 UTC 2010


The following commit has been merged in the master branch:
commit 404dea9166d0881518b06604ea90d16005b76449
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Thu Jan 7 09:29:58 2010 +0100

    Disabled also SYS_fallocate in hppa

diff --git a/debian/patches/fallocate.diff b/debian/patches/fallocate.diff
index ce6ba63..8d1485a 100644
--- a/debian/patches/fallocate.diff
+++ b/debian/patches/fallocate.diff
@@ -5,7 +5,7 @@ http://www.amule.org/abugs/view.php?id=1572
 
 --- a/src/ThreadTasks.cpp
 +++ b/src/ThreadTasks.cpp
-@@ -506,6 +506,11 @@ void CCompletionTask::OnExit()
+@@ -506,6 +506,15 @@ void CCompletionTask::OnExit()
  #include <stdlib.h>
  #include <errno.h>
  
@@ -14,6 +14,10 @@ http://www.amule.org/abugs/view.php?id=1572
 +#undef HAVE_FALLOCATE
 +#endif
 +
++#if defined(__hppa__)
++#undef HAVE_SYS_FALLOCATE
++#endif
++
  CAllocateFileTask::CAllocateFileTask(CPartFile *file, bool pause)
  	// GetPrintable is used to improve the readability of the log.
  	: CThreadTask(wxT("Allocating"), file->GetFullName().RemoveExt().GetPrintable(), ETP_High),

-- 
Git repository for pkg-amule



More information about the Pkg-amule-commits mailing list