summaryrefslogtreecommitdiff
path: root/pkg/sshfs/patch/0006-Add-missing-includes.patch
diff options
context:
space:
mode:
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