summaryrefslogtreecommitdiff
path: root/pkg/sshfs/patch/0006-Add-missing-includes.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-07-09 02:49:39 -0700
committerMichael Forney <mforney@mforney.org>2017-07-10 10:34:19 -0700
commita6ca58071917538c6efd6c3df86d5d347be681fc (patch)
tree26bc5c189ef20d0a739fe897fac39d51a61faf79 /pkg/sshfs/patch/0006-Add-missing-includes.patch
parent6b71e5c2419c75c14223196e1fe65cbf8f4ba026 (diff)
libfuse, sshfs: Update to 3.1.0, 3.0.0
Diffstat (limited to 'pkg/sshfs/patch/0006-Add-missing-includes.patch')
-rw-r--r--pkg/sshfs/patch/0006-Add-missing-includes.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sshfs/patch/0006-Add-missing-includes.patch b/pkg/sshfs/patch/0006-Add-missing-includes.patch
index 17395add..29dc4f03 100644
--- a/pkg/sshfs/patch/0006-Add-missing-includes.patch
+++ b/pkg/sshfs/patch/0006-Add-missing-includes.patch
@@ -1,4 +1,4 @@
-From dd47e1904e2b7f7359008743769a02a77b4611e2 Mon Sep 17 00:00:00 2001
+From 82b0a628df4a8190fc7db8342f8360f6da8c7067 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sun, 5 Jun 2016 18:21:02 -0700
Subject: [PATCH] Add missing includes
@@ -10,7 +10,7 @@ sys/param.h for MIN
1 file changed, 2 insertions(+)
diff --git a/sshfs.c b/sshfs.c
-index e4a44f1..dcc3707 100644
+index 2e7429b..04f1892 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -19,6 +19,7 @@
@@ -30,5 +30,5 @@ index e4a44f1..dcc3707 100644
#include <netinet/in.h>
#include <netinet/tcp.h>
--
-2.13.1
+2.13.2