summaryrefslogtreecommitdiff
path: root/pkg/sshfs/patch/0009-Fix-poll.h-include.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-04 17:42:19 -0800
committerMichael Forney <mforney@mforney.org>2019-11-04 17:42:19 -0800
commit887f731a75aff6a8671d8215d133894893f1d150 (patch)
tree3f2952e8aecf848827d9cdf186a3cb5f3ff441fa /pkg/sshfs/patch/0009-Fix-poll.h-include.patch
parentb1c40f5ba1902a9524966cd6de9709486d895039 (diff)
sshfs: Update to 3.6.0
Diffstat (limited to 'pkg/sshfs/patch/0009-Fix-poll.h-include.patch')
-rw-r--r--pkg/sshfs/patch/0009-Fix-poll.h-include.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/sshfs/patch/0009-Fix-poll.h-include.patch b/pkg/sshfs/patch/0009-Fix-poll.h-include.patch
deleted file mode 100644
index c7e5cd9e..00000000
--- a/pkg/sshfs/patch/0009-Fix-poll.h-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a884734005e08d9e9f65d12c51a7795cab3da8a1 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sun, 9 Jul 2017 02:20:20 -0700
-Subject: [PATCH] Fix poll.h include
-
----
- sshfs.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/sshfs.c b/sshfs.c
-index b035d65..ab5bfd8 100644
---- a/sshfs.c
-+++ b/sshfs.c
-@@ -41,7 +41,7 @@
- #include <sys/utsname.h>
- #include <sys/mman.h>
- #include <sys/param.h>
--#include <sys/poll.h>
-+#include <poll.h>
- #include <netinet/in.h>
- #include <netinet/tcp.h>
- #include <pwd.h>
---
-2.13.2
-