summaryrefslogtreecommitdiff
path: root/net/lmule/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/lmule/patches/patch-ac')
-rw-r--r--net/lmule/patches/patch-ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/lmule/patches/patch-ac b/net/lmule/patches/patch-ac
deleted file mode 100644
index b4ad9339b4e..00000000000
--- a/net/lmule/patches/patch-ac
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/03/31 20:58:41 jmmv Exp $
-
---- src/PartFile.cpp.orig Sun Mar 23 00:11:08 2003
-+++ src/PartFile.cpp Sun Mar 23 00:12:13 2003
-@@ -14,6 +14,10 @@
- //along with this program; if not, write to the Free Software
- //Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-+#if !defined(USG) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
-+#include <sys/param.h>
-+#endif
-+
- #include "PartFile.h"
- #include "emule.h"
- #include "updownclient.h"
-@@ -177,7 +181,11 @@
- delete gaplist.GetAt(pos);
- }
-
-+#if (defined(BSD) && (BSD >= 199103))
-+#define MAX_PATH MAXPATHLEN
-+#else
- #define MAX_PATH 1024
-+#endif
-
- void CPartFile::CreatePartFile(){
- // use lowest free partfilenumber for free file (InterCeptor)