summaryrefslogtreecommitdiff
path: root/pkg/libfuse/patch/0001-Fix-poll.h-include.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-08-10 20:02:17 -0700
committerMichael Forney <mforney@mforney.org>2017-08-10 20:08:59 -0700
commit8bb86237036b5dabaebd7c7039131bc0022b6481 (patch)
treed236be85ebec4385c263c99af0cf888a8edc653d /pkg/libfuse/patch/0001-Fix-poll.h-include.patch
parent3e94f81843c7a0fc6ac585ebce2a6635eb92638e (diff)
libfuse: Update to 3.1.1
Diffstat (limited to 'pkg/libfuse/patch/0001-Fix-poll.h-include.patch')
-rw-r--r--pkg/libfuse/patch/0001-Fix-poll.h-include.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/libfuse/patch/0001-Fix-poll.h-include.patch b/pkg/libfuse/patch/0001-Fix-poll.h-include.patch
deleted file mode 100644
index fde78225..00000000
--- a/pkg/libfuse/patch/0001-Fix-poll.h-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e96eee39316e30dfdf965e4894fc77a8bf43e40f Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Fri, 15 Jul 2016 19:21:28 -0700
-Subject: [PATCH] Fix poll.h include
-
----
- lib/mount.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/mount.c b/lib/mount.c
-index 2150189..7a18c11 100644
---- a/lib/mount.c
-+++ b/lib/mount.c
-@@ -21,7 +21,7 @@
- #include <string.h>
- #include <fcntl.h>
- #include <errno.h>
--#include <sys/poll.h>
-+#include <poll.h>
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <sys/wait.h>
---
-2.13.2
-