summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/patches
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-curlftpfs/patches')
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ab b/filesystems/fuse-curlftpfs/patches/patch-ab
new file mode 100644
index 00000000000..ffe3083c79c
--- /dev/null
+++ b/filesystems/fuse-curlftpfs/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2011/04/14 19:01:27 hans Exp $
+
+--- ftpfs.h.orig 2007-03-02 00:47:07.000000000 +0100
++++ ftpfs.h 2010-01-08 22:36:58.256798187 +0100
+@@ -14,6 +14,7 @@
+ #include <pthread.h>
+ #include <glib.h>
+ #include <pthread.h>
++#include <limits.h>
+
+ struct ftpfs {
+ char* host;