summaryrefslogtreecommitdiff
path: root/net/lmule/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/lmule/patches/patch-af')
-rw-r--r--net/lmule/patches/patch-af14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/lmule/patches/patch-af b/net/lmule/patches/patch-af
deleted file mode 100644
index 54d35bbc63e..00000000000
--- a/net/lmule/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2003/03/31 20:58:41 jmmv Exp $
-
---- src/SharedFileList.cpp.orig 2003-03-30 16:24:44.000000000 +0200
-+++ src/SharedFileList.cpp 2003-03-30 16:26:48.000000000 +0200
-@@ -37,7 +37,9 @@
- #include <unistd.h>
-
- #ifdef __FreeBSD__
-+#elif defined(__NetBSD__) || defined(__OpenBSD__)
- #include <libgen.h>
-+#include <sys/param.h>
- #endif
-
- CSharedFileList::CSharedFileList(CPreferences* in_prefs,CServerConnect* in_server,CKnownFileList* in_filelist){