summaryrefslogtreecommitdiff
path: root/pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-05-10 12:30:19 -0700
committerMichael Forney <mforney@mforney.org>2018-05-10 13:00:22 -0700
commit59cc7cd24d6884bd5daff3efcdb39ea074319344 (patch)
tree6c257826964b5e55ce8ac1d56c3257e9b25bfde1 /pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch
parent5a4f3899c1c06147c94b8f81de2883244c411873 (diff)
sshfs: Update to 3.3.1
Diffstat (limited to 'pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch')
-rw-r--r--pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch b/pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch
index 056256ce..5eff1aab 100644
--- a/pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch
+++ b/pkg/sshfs/patch/0004-Use-struct-list_head-instead-of-GList.patch
@@ -1,4 +1,4 @@
-From ede30c0e39ff3e535746a1ca85e4445e88cecbf2 Mon Sep 17 00:00:00 2001
+From d5d8d25d0c01fe836f83d904f42fdaeea47a13e6 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sun, 5 Jun 2016 17:30:20 -0700
Subject: [PATCH] Use struct list_head instead of GList
@@ -8,10 +8,10 @@ Subject: [PATCH] Use struct list_head instead of GList
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/sshfs.c b/sshfs.c
-index 1433d4a..5ec1ee3 100644
+index f2746b5..1d7ae03 100644
--- a/sshfs.c
+++ b/sshfs.c
-@@ -2083,14 +2083,14 @@ static int sshfs_req_pending(struct request *req)
+@@ -2086,14 +2086,14 @@ static int sshfs_req_pending(struct request *req)
static int sftp_readdir_async(struct buffer *handle, void *buf, off_t offset,
fuse_fill_dir_t filler)
{
@@ -29,7 +29,7 @@ index 1433d4a..5ec1ee3 100644
while (!done || outstanding) {
struct request *req;
struct buffer name;
-@@ -2105,16 +2105,14 @@ static int sftp_readdir_async(struct buffer *handle, void *buf, off_t offset,
+@@ -2108,16 +2108,14 @@ static int sftp_readdir_async(struct buffer *handle, void *buf, off_t offset,
break;
}
@@ -49,7 +49,7 @@ index 1433d4a..5ec1ee3 100644
outstanding--;
if (done) {
-@@ -2153,7 +2151,7 @@ static int sftp_readdir_async(struct buffer *handle, void *buf, off_t offset,
+@@ -2156,7 +2154,7 @@ static int sftp_readdir_async(struct buffer *handle, void *buf, off_t offset,
}
}
}
@@ -59,5 +59,5 @@ index 1433d4a..5ec1ee3 100644
return err;
}
--
-2.14.3
+2.17.0