summaryrefslogtreecommitdiff
path: root/extra/sshfs/patch/0006-Add-missing-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sshfs/patch/0006-Add-missing-includes.patch')
-rw-r--r--extra/sshfs/patch/0006-Add-missing-includes.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/sshfs/patch/0006-Add-missing-includes.patch b/extra/sshfs/patch/0006-Add-missing-includes.patch
index 9c8b49c6..968d8186 100644
--- a/extra/sshfs/patch/0006-Add-missing-includes.patch
+++ b/extra/sshfs/patch/0006-Add-missing-includes.patch
@@ -1,4 +1,4 @@
-From 27806ddaac633e9d71b061b57f74d02ff8aac889 Mon Sep 17 00:00:00 2001
+From e969e57612df9b24df2ac16ac545466fca0989f1 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 22c18a7..319bffe 100644
+index 4f3bfe4..cd6abf6 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -17,6 +17,7 @@
@@ -30,5 +30,5 @@ index 22c18a7..319bffe 100644
#include <netinet/in.h>
#include <netinet/tcp.h>
--
-2.8.1
+2.9.0