summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-02-28 16:34:25 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-02-28 16:34:25 +0000
commit62ef1e7bf2caaa1d5927f36dc222adc755520cd2 (patch)
tree7037bff8544d4db811e81261745a26320d03912f /filesystems/fuse-curlftpfs/patches
parent3b1f95edf6cd1eb6da21591565b43ec210d91318 (diff)
downloadpkgsrc-62ef1e7bf2caaa1d5927f36dc222adc755520cd2.tar.gz
NetBSD now has /usr/include/fuse_opt.h, remove unnecessary patches
removing the include of fuse_opt.h.
Diffstat (limited to 'filesystems/fuse-curlftpfs/patches')
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ab14
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ac14
2 files changed, 0 insertions, 28 deletions
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ab b/filesystems/fuse-curlftpfs/patches/patch-ab
deleted file mode 100644
index 524a15e342d..00000000000
--- a/filesystems/fuse-curlftpfs/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
-
---- ftpfs.c.orig 2007-02-18 20:16:44.000000000 +0100
-+++ ftpfs.c 2007-02-18 20:17:00.000000000 +0100
-@@ -18,7 +18,9 @@
- #include <unistd.h>
- #include <netinet/in.h>
- #include <fuse.h>
-+#ifndef __NetBSD__
- #include <fuse_opt.h>
-+#endif
- #include <glib.h>
-
- #include "ftpfs-ls.h"
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ac b/filesystems/fuse-curlftpfs/patches/patch-ac
deleted file mode 100644
index 62dea53a74a..00000000000
--- a/filesystems/fuse-curlftpfs/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
-
---- cache.h.orig 2007-02-18 20:17:33.000000000 +0100
-+++ cache.h 2007-02-18 20:17:46.000000000 +0100
-@@ -10,7 +10,9 @@
- */
-
- #include <fuse.h>
-+#ifndef __NetBSD__
- #include <fuse_opt.h>
-+#endif
-
- #ifndef FUSE_VERSION
- #define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION)