diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-09 02:49:39 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-10 10:34:19 -0700 |
| commit | a6ca58071917538c6efd6c3df86d5d347be681fc (patch) | |
| tree | 26bc5c189ef20d0a739fe897fac39d51a61faf79 /pkg/sshfs/patch/0009-Fix-poll.h-include.patch | |
| parent | 6b71e5c2419c75c14223196e1fe65cbf8f4ba026 (diff) | |
libfuse, sshfs: Update to 3.1.0, 3.0.0
Diffstat (limited to 'pkg/sshfs/patch/0009-Fix-poll.h-include.patch')
| -rw-r--r-- | pkg/sshfs/patch/0009-Fix-poll.h-include.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/sshfs/patch/0009-Fix-poll.h-include.patch b/pkg/sshfs/patch/0009-Fix-poll.h-include.patch new file mode 100644 index 00000000..c7e5cd9e --- /dev/null +++ b/pkg/sshfs/patch/0009-Fix-poll.h-include.patch @@ -0,0 +1,25 @@ +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 + |
